|
LLVM
4.0.0
|
#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 113 of file CFG.cpp.
References llvm::LoopInfoBase< N, M >::getLoopFor(), llvm::LoopBase< N, M >::getParentLoop(), and L.
Referenced by llvm::isPotentiallyReachableFromMany(), and loopContainsBoth().
|
static |
Definition at line 123 of file CFG.cpp.
References getOutermostLoop().
Referenced by llvm::isPotentiallyReachableFromMany().
1.8.6