HomeSort by relevance Sort by last modified time
    Searched defs:getInstructionIndex (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 195 SlotIndex getInstructionIndex(const MachineInstr *instr) const {
196 return indexes_->getInstructionIndex(instr);
SlotIndexes.h 493 SlotIndex getInstructionIndex(const MachineInstr *instr) const {
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 164 /// getInstructionIndex - Get or calculate the index of the specified
166 unsigned getInstructionIndex(const Instruction *I) {
860 StoreIndex = LBI.getInstructionIndex(OnlyStore);
862 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) {
    [all...]

Completed in 653 milliseconds