Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1658 Instruction *EntryTI = EntryBB->getTerminator(); in ComputePostOrders() local
1659 SuccStack.push_back(std::make_pair(EntryBB, succ_iterator(EntryTI))); in ComputePostOrders()