Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp499 OutlinableRegion &Region, std::vector<unsigned> &InputGVNs, in getCodeExtractorArguments() argument
546 findConstants(C, NotSame, InputGVNs); in getCodeExtractorArguments()
548 mapInputsToGVNs(C, OverallInputs, OutputMappings, InputGVNs); in getCodeExtractorArguments()
555 stable_sort(InputGVNs); in getCodeExtractorArguments()
570 std::vector<unsigned> &InputGVNs, in findExtractedInputToOverallInputMapping() argument
587 for (unsigned InputVal : InputGVNs) { in findExtractedInputToOverallInputMapping()