Searched refs:VIs (Results 1 – 2 of 2) sorted by relevance
189 SmallVector<VariableInfo, 2> VIs; in inspectDst() local191 inspectVariable(V, VIs); in inspectDst()193 if (VIs.empty()) in inspectDst()197 for (unsigned i = 0; i < VIs.size(); ++i) { in inspectDst()198 const VariableInfo &VI = VIs[i]; in inspectDst()
8007 SmallVector<Instruction *, 4> VIs; in placeDbgValues() local8010 VIs.push_back(VI); in placeDbgValues()8016 for (Instruction *VI : VIs) { in placeDbgValues()8033 if (VIs.size() > 1) { in placeDbgValues()