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