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

  /external/llvm/lib/CodeGen/
PHIElimination.cpp 159 LIS->RemoveMachineInstrFromMaps(DefMI);
168 LIS->RemoveMachineInstrFromMaps(I->first);
524 LIS->RemoveMachineInstrFromMaps(MPhi);
RegisterCoalescer.cpp 707 LIS->RemoveMachineInstrFromMaps(UseMI);
    [all...]
LiveRangeEdit.cpp 315 LIS.RemoveMachineInstrFromMaps(MI);
InlineSpiller.cpp     [all...]
SplitKit.cpp 653 LIS.RemoveMachineInstrFromMaps(MI);
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 254 void RemoveMachineInstrFromMaps(MachineInstr *MI) {
255 Indexes->removeMachineInstrFromMaps(MI);
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]

Completed in 479 milliseconds