HomeSort by relevance Sort by last modified time
    Searched refs:InsertMachineInstrInMaps (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
Spiller.cpp 140 lis->InsertMachineInstrInMaps(loadInstr).getRegSlot();
153 lis->InsertMachineInstrInMaps(storeInstr).getRegSlot();
PHIElimination.cpp 310 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(NewInstr);
462 LIS->InsertMachineInstrInMaps(NewSrcInstr);
InlineSpiller.cpp 732 LIS.InsertMachineInstrInMaps(MII);
    [all...]
StrongPHIElimination.cpp 700 LI->InsertMachineInstrInMaps(CopyInstr);
769 LI->InsertMachineInstrInMaps(CopyInstr);
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 224 SlotIndex InsertMachineInstrInMaps(MachineInstr *MI) {
225 return Indexes->insertMachineInstrInMaps(MI);

Completed in 267 milliseconds