Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp301 EndBBIt = std::next(R.second->getParent()->getIterator()); in getMachineBasicBlocks() local
302 CurMBBIt != EndBBIt; CurMBBIt++) in getMachineBasicBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2218 DenseMap<Value *, BasicBlock *>::iterator EndBBIt = in createSwitchStatement() local
2220 assert(EndBBIt != EndBBs.end() && "Could not find end block"); in createSwitchStatement()
2221 BasicBlock *EndBB = EndBBIt->second; in createSwitchStatement()