Home
last modified time | relevance | path

Searched refs:detectDeadDefs (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h172 void detectDeadDefs(const MachineInstr &MI, const LiveIntervals &LIS);
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp539 void RegisterOperands::detectDeadDefs(const MachineInstr &MI, in detectDeadDefs() function in RegisterOperands
845 RegOpers.detectDeadDefs(MI, *LIS); in recede()
1014 RegOpers.detectDeadDefs(*MI, *LIS); in bumpUpwardPressure()
DMachineScheduler.cpp1296 RegOpers.detectDeadDefs(*MI, *LIS); in scheduleMI()
1331 RegOpers.detectDeadDefs(*MI, *LIS); in scheduleMI()