Lines Matching refs:ArgInputs
548 remapExtractedInputs(const ArrayRef<Value *> ArgInputs, in remapExtractedInputs() argument
553 for (Value *Input : ArgInputs) { in remapExtractedInputs()
581 SetVector<Value *> &ArgInputs, SetVector<Value *> &Outputs) { in getCodeExtractorArguments() argument
631 ArgInputs); in getCodeExtractorArguments()
651 SetVector<Value *> &ArgInputs) { in findExtractedInputToOverallInputMapping() argument
694 assert(ArgInputs.count(Input) && "Input cannot be found!"); in findExtractedInputToOverallInputMapping()
786 SetVector<Value *> ArgInputs, Outputs; in findAddInputsOutputs() local
788 getCodeExtractorArguments(Region, Inputs, NotSame, OutputMappings, ArgInputs, in findAddInputsOutputs()
796 findExtractedInputToOverallInputMapping(Region, Inputs, ArgInputs); in findAddInputsOutputs()
1550 SetVector<Value *> ArgInputs, Outputs, SinkCands; in extractSection() local
1551 Region.CE->findInputsOutputs(ArgInputs, Outputs, SinkCands); in extractSection()