LLVM
8.0.1
|
#include "llvm/Analysis/CFG.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/IR/Dominators.h"
Go to the source code of this file.
Functions | |
static const Loop * | getOutermostLoop (const LoopInfo *LI, const BasicBlock *BB) |
static bool | loopContainsBoth (const LoopInfo *LI, const BasicBlock *BB1, const BasicBlock *BB2) |
Definition at line 114 of file CFG.cpp.
References llvm::LoopInfoBase< BlockT, LoopT >::getLoopFor(), and llvm::LoopBase< BlockT, LoopT >::getParentLoop().
Referenced by llvm::isPotentiallyReachableFromMany(), and loopContainsBoth().
|
static |
Definition at line 124 of file CFG.cpp.
References getOutermostLoop().
Referenced by llvm::isPotentiallyReachableFromMany().