Searched refs:GuardBI (Results 1 – 1 of 1) sorted by relevance
387 BranchInst *GuardBI = dyn_cast<BranchInst>(GuardBB->getTerminator()); in getLoopGuardBranch() local388 if (!GuardBI || GuardBI->isUnconditional()) in getLoopGuardBranch()391 BasicBlock *GuardOtherSucc = (GuardBI->getSuccessor(0) == Preheader) in getLoopGuardBranch()392 ? GuardBI->getSuccessor(1) in getLoopGuardBranch()393 : GuardBI->getSuccessor(0); in getLoopGuardBranch()402 return GuardBI; in getLoopGuardBranch()