Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1014 std::vector<Instruction *> OverallFunctionInsts = in alignOutputBlockWithAggFunc() local
1017 assert(ExtractedFunctionInsts.size() == OverallFunctionInsts.size() && in alignOutputBlockWithAggFunc()
1031 V->replaceAllUsesWith(OverallFunctionInsts[Idx]); in alignOutputBlockWithAggFunc()