Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp89 DenseMap<Value *, BasicBlock *> EndBBs; member
1547 ReturnBlockForRetVal = Group.EndBBs.find(RetVal); in findOrCreatePHIBlock()
1548 assert(ReturnBlockForRetVal != Group.EndBBs.end() && in findOrCreatePHIBlock()
2075 DenseMap<Value *, BasicBlock *> &EndBBs, in alignOutputBlockWithAggFunc() argument
2109 EndBBs.find(RetValueForBB); in alignOutputBlockWithAggFunc()
2154 Module &M, OutlinableGroup &OG, DenseMap<Value *, BasicBlock *> &EndBBs, in createSwitchStatement() argument
2167 createAndInsertBasicBlocks(OG.EndBBs, ReturnBBs, AggFunc, "final_block"); in createSwitchStatement()
2171 *OG.EndBBs.find(RetBlockPair.first); in createSwitchStatement()
2219 EndBBs.find(VBPair.first); in createSwitchStatement()
2220 assert(EndBBIt != EndBBs.end() && "Could not find end block"); in createSwitchStatement()
[all …]