Searched refs:InstToReplace (Results 1 – 4 of 4) sorted by relevance
544 Instruction *InstToReplace);
1046 for (auto [InstToReplace, ToInst] : InstToInst) in processAllocas()1047 InstToReplace->replaceAllUsesWith(ToInst); in processAllocas()
1940 Instruction *InstToReplace) { in scalarizeOrVectorizeIfNeeded() argument1941 return scalarizeOrVectorizeIfNeeded(Inst, &InstToReplace, std::next(&InstToReplace)); in scalarizeOrVectorizeIfNeeded()
955 Instruction *InstToReplace = CI; in splitGatherScatter() local957 std::tie(NewResult, LoadPred, InitialOffset, InstToReplace) = in splitGatherScatter()1099 InstToReplace->replaceAllUsesWith(NewResult); in splitGatherScatter()1101 if (InstToReplace != CI) in splitGatherScatter()1102 ToErase.push_back(InstToReplace); in splitGatherScatter()