Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DIROutliner.cpp1094 std::vector<Instruction *> OverallFunctionInsts = in alignOutputBlockWithAggFunc() local
1097 assert(ExtractedFunctionInsts.size() == OverallFunctionInsts.size() && in alignOutputBlockWithAggFunc()
1111 V->replaceAllUsesWith(OverallFunctionInsts[Idx]); in alignOutputBlockWithAggFunc()