Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp167 for (auto &VtoBB : Map) in getSortedConstantKeys() local
168 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()