Searched refs:VtoBB (Results 1 – 1 of 1) sorted by relevance
167 for (auto &VtoBB : Map) in getSortedConstantKeys() local168 SortedKeys.push_back(VtoBB.first); in getSortedConstantKeys()2032 for (std::pair<Value *, BasicBlock *> &VtoBB : BlocksToPrune) { in analyzeAndPruneOutputBlocks()2033 RetValueForBB = VtoBB.first; in analyzeAndPruneOutputBlocks()2034 NewBB = VtoBB.second; in analyzeAndPruneOutputBlocks()2095 for (std::pair<Value *, BasicBlock *> &VtoBB : OutputBBs) in alignOutputBlockWithAggFunc()2096 VtoBB.second->eraseFromParent(); in alignOutputBlockWithAggFunc()2105 for (std::pair<Value *, BasicBlock *> &VtoBB : OutputBBs) { in alignOutputBlockWithAggFunc()2106 RetValueForBB = VtoBB.first; in alignOutputBlockWithAggFunc()2107 NewBB = VtoBB.second; in alignOutputBlockWithAggFunc()