Searched refs:getLoopGuardBranch (Results 1 – 4 of 4) sorted by relevance
72 BranchInst *InnerGuard = InnerLoop.getLoopGuardBranch(); in getInnerLoopGuardCmp()369 if (!BI || BI != InnerLoop.getLoopGuardBranch()) in checkLoopsStructure()
368 BranchInst *Loop::getLoopGuardBranch() const { in getLoopGuardBranch() function in Loop
295 BranchInst *getLoopGuardBranch() const;300 bool isGuarded() const { return (getLoopGuardBranch() != nullptr); } in isGuarded()
191 GuardBranch(L->getLoopGuardBranch()), PP(PP), AbleToPeel(canPeel(L)), in FusionCandidate()