Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
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()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp1654 Instruction *EntryTI = EntryBB->getTerminator(); in ComputePostOrders() local
1655 SuccStack.push_back(std::make_pair(EntryBB, succ_iterator(EntryTI))); in ComputePostOrders()