Home | History | Annotate | Download | only in Utils

Lines Matching defs:getInstructionIndex

166     /// getInstructionIndex - Get or calculate the index of the specified
168 unsigned getInstructionIndex(const Instruction *I) {
863 StoreIndex = LBI.getInstructionIndex(OnlyStore);
865 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) {
939 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI));
964 unsigned LoadIdx = LBI.getInstructionIndex(LI);