Searched refs:ByValInit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp602 SmallVector<std::pair<Value*, Value*>, 4> ByValInit; local
623 ByValInit.push_back(std::make_pair(ActualArg, (Value*) *AI));
641 for (std::pair<Value*, Value*> &Init : ByValInit)

Completed in 857 milliseconds