Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp192 Instruction *EntryTI = F.getEntryBlock().getTerminator(); in runOnFunction() local
193 if (!isa<BranchInst>(EntryTI) || in runOnFunction()
194 !cast<BranchInst>(EntryTI)->isUnconditional() || in runOnFunction()
195 EntryTI->getSuccessor(0) != TLL->getHeader()) { in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1656 Instruction *EntryTI = EntryBB->getTerminator(); in ComputePostOrders() local
1657 SuccStack.push_back(std::make_pair(EntryBB, succ_iterator(EntryTI))); in ComputePostOrders()