Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp856 OutlinableRegion &Region, std::vector<unsigned> &InputGVNs, in getCodeExtractorArguments() argument
903 findConstants(C, NotSame, InputGVNs); in getCodeExtractorArguments()
905 mapInputsToGVNs(C, OverallInputs, OutputMappings, InputGVNs); in getCodeExtractorArguments()
912 stable_sort(InputGVNs); in getCodeExtractorArguments()
927 std::vector<unsigned> &InputGVNs, in findExtractedInputToOverallInputMapping() argument
948 for (unsigned InputVal : InputGVNs) { in findExtractedInputToOverallInputMapping()