Home
last modified time | relevance | path

Searched refs:skipInstruction (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocBase.cpp113 (MI = I.skipInstruction());) in allocatePhysRegs()
DCalcSpillWeights.cpp134 MachineInstr *mi = I.skipInstruction();) { in CalculateWeightAndHint()
DInlineSpiller.cpp245 MachineInstr *MI = RI.skipInstruction();) { in isSnippet()
283 MachineInstr *MI = RI.skipInstruction();) { in collectRegsToSpill()
765 MachineInstr *MI = UI.skipInstruction();) { in eliminateRedundantSpills()
1286 MachineInstr *MI = RI.skipInstruction();) { in spillAll()
DLiveIntervalAnalysis.cpp330 MachineInstr *UseMI = I.skipInstruction();) { in shrinkToUses()
980 UI != UE; UI.skipInstruction()) { in findLastUseBefore()
DRegisterPressure.cpp732 UI != UE; UI.skipInstruction()) { in findUseBetween()
DRegisterCoalescer.cpp950 MachineInstr *UseMI = I.skipInstruction();) { in updateRegDefsUses()
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h584 MachineInstr *skipInstruction() { in skipInstruction() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp439 MachineInstr *UseMI = UI.skipInstruction();) { in runOnMachineFunction()