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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 200 MachineInstr* getInstructionFromIndex(SlotIndex index) const {
201 return indexes_->getInstructionFromIndex(index);
SlotIndexes.h 501 MachineInstr* getInstructionFromIndex(SlotIndex index) const {
510 getInstructionFromIndex(nextNonNull) == 0) {
585 if (MachineInstr *MI = getInstructionFromIndex(index))

Completed in 53 milliseconds