Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp387 BranchInst *GuardBI = dyn_cast<BranchInst>(GuardBB->getTerminator()); in getLoopGuardBranch() local
388 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()