HomeSort by: relevance | last modified time | path
    Searched defs:getInstructionIndex (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveIntervals.h 226 SlotIndex getInstructionIndex(const MachineInstr &Instr) const {
227 return Indexes->getInstructionIndex(Instr);
SlotIndexes.h 385 SlotIndex getInstructionIndex(const MachineInstr &MI,
621 : getInstructionIndex(mbb->front()).listEntry();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 194 unsigned getInstructionIndex(const Instruction *I) {
381 StoreIndex = LBI.getInstructionIndex(OnlyStore);
383 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) {
471 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI));
484 unsigned LoadIdx = LBI.getInstructionIndex(LI);

Completed in 18 milliseconds