Searched refs:getLoopGuardBranch (Results 1 – 3 of 3) sorted by relevance
752 BranchInst *getLoopGuardBranch() const;757 bool isGuarded() const { return (getLoopGuardBranch() != nullptr); } in isGuarded()
364 BranchInst *Loop::getLoopGuardBranch() const { in getLoopGuardBranch() function in Loop
171 GuardBranch(L->getLoopGuardBranch()), DT(DT), PDT(PDT), ORE(ORE) { in FusionCandidate()