Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2025 Value *RetValueForBB; in analyzeAndPruneOutputBlocks() local
2030 RetValueForBB = VtoBB.first; in analyzeAndPruneOutputBlocks()
2037 ToRemove.push_back(RetValueForBB); in analyzeAndPruneOutputBlocks()
2099 Value *RetValueForBB; in alignOutputBlockWithAggFunc() local
2103 RetValueForBB = VtoBB.first; in alignOutputBlockWithAggFunc()
2106 EndBBs.find(RetValueForBB); in alignOutputBlockWithAggFunc()
2111 OutputStoreBBs.back().insert(std::make_pair(RetValueForBB, NewBB)); in alignOutputBlockWithAggFunc()