Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp868 OutlinableRegion &Region, std::vector<unsigned> &InputGVNs, in getCodeExtractorArguments() argument
915 findConstants(C, NotSame, InputGVNs); in getCodeExtractorArguments()
917 mapInputsToGVNs(C, OverallInputs, OutputMappings, InputGVNs); in getCodeExtractorArguments()
924 stable_sort(InputGVNs); in getCodeExtractorArguments()
939 std::vector<unsigned> &InputGVNs, in findExtractedInputToOverallInputMapping() argument
960 for (unsigned InputVal : InputGVNs) { in findExtractedInputToOverallInputMapping()