Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp72 BranchInst *InnerGuard = InnerLoop.getLoopGuardBranch(); in getInnerLoopGuardCmp()
369 if (!BI || BI != InnerLoop.getLoopGuardBranch()) in checkLoopsStructure()
H A DLoopInfo.cpp368 BranchInst *Loop::getLoopGuardBranch() const { in getLoopGuardBranch() function in Loop
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h295 BranchInst *getLoopGuardBranch() const;
300 bool isGuarded() const { return (getLoopGuardBranch() != nullptr); } in isGuarded()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp191 GuardBranch(L->getLoopGuardBranch()), PP(PP), AbleToPeel(canPeel(L)), in FusionCandidate()