reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
56 InstInputs.push_back(I); 66 for (unsigned i = 0, e = InstInputs.size(); i != e; ++i) 67 if (InstInputs[i]->getParent() == BB) 119 InstInputs.push_back(VI);lib/Analysis/PHITransAddr.cpp
51 for (unsigned i = 0, e = InstInputs.size(); i != e; ++i) 52 dbgs() << " Input #" << i << " is " << *InstInputs[i] << "\n"; 94 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end()); 94 SmallVector<Instruction*, 8> Tmp(InstInputs.begin(), InstInputs.end()); 101 for (unsigned i = 0, e = InstInputs.size(); i != e; ++i) 102 errs() << " InstInput #" << i << " is " << *InstInputs[i] << "\n"; 151 bool isInput = is_contained(InstInputs, Inst); 165 InstInputs.erase(find(InstInputs, Inst)); 165 InstInputs.erase(find(InstInputs, Inst)); 180 InstInputs.push_back(Op); 232 RemoveInstInputs(GEPOps[i], InstInputs); 272 if (is_contained(InstInputs, BOp)) { 273 RemoveInstInputs(BOp, InstInputs); 282 RemoveInstInputs(LHS, InstInputs);