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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 244 SlotIndex InsertMachineInstrInMaps(MachineInstr *MI) {
245 return Indexes->insertMachineInstrInMaps(MI);
251 Indexes->insertMachineInstrInMaps(I);
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 310 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(NewInstr);
462 LIS->InsertMachineInstrInMaps(NewSrcInstr);
InlineSpiller.cpp 747 LIS.InsertMachineInstrInMaps(MII);
    [all...]
TwoAddressInstructionPass.cpp     [all...]

Completed in 1543 milliseconds