Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp197 Instruction *EntryTI = F.getEntryBlock().getTerminator(); in runOnFunction() local
198 if (!isa<BranchInst>(EntryTI) || in runOnFunction()
199 !cast<BranchInst>(EntryTI)->isUnconditional() || in runOnFunction()
200 EntryTI->getSuccessor(0) != TLL->getHeader()) { in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1646 Instruction *EntryTI = EntryBB->getTerminator(); in ComputePostOrders() local
1647 SuccStack.push_back(std::make_pair(EntryBB, succ_iterator(EntryTI))); in ComputePostOrders()