Home
last modified time | relevance | path

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

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