Home
last modified time | relevance | path

Searched refs:getLoopGuardBranch (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp95 BranchInst *InnerGuard = InnerLoop.getLoopGuardBranch(); in arePerfectlyNested()
289 if (!BI || BI != InnerLoop.getLoopGuardBranch()) in checkLoopsStructure()
H A DLoopInfo.cpp366 BranchInst *Loop::getLoopGuardBranch() const { in getLoopGuardBranch() function in Loop
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h773 BranchInst *getLoopGuardBranch() const;
778 bool isGuarded() const { return (getLoopGuardBranch() != nullptr); } in isGuarded()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp192 GuardBranch(L->getLoopGuardBranch()), PP(PP), AbleToPeel(canPeel(L)), in FusionCandidate()