Lines Matching refs:EndBBs
89 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()
2258 *CurrentGroup.OutlinedFunction, CurrentGroup.EndBBs); in fillOverallFunction()
2266 createAndInsertBasicBlocks(CurrentGroup.EndBBs, NewBBs, in fillOverallFunction()
2280 CurrentGroup.EndBBs.find(VToBB.first); in fillOverallFunction()
2317 CurrentGroup.EndBBs, NewBBs, CurrentGroup.OutlinedFunction, in deduplicateExtractedSections()
2321 CurrentGroup.EndBBs, OutputMappings, in deduplicateExtractedSections()
2329 createSwitchStatement(M, CurrentGroup, CurrentGroup.EndBBs, OutputStoreBBs); in deduplicateExtractedSections()