Searched defs:PressureResult (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h315 std::vector<unsigned> &PressureResult,
320 std::vector<unsigned> &PressureResult,
324 std::vector<unsigned> &PressureResult,
327 return getUpwardPressure(MI, PressureResult, MaxPressureResult);
330 return getDownwardPressure(MI, PressureResult, MaxPressureResult);
323 getPressureAfterInst(const MachineInstr *MI, std::vector<unsigned> &PressureResult, std::vector<unsigned> &MaxPressureResult) argument
/external/llvm/lib/CodeGen/
H A DRegisterPressure.cpp819 std::vector<unsigned> &PressureResult,
822 PressureResult = CurrSetPressure;
829 CurrSetPressure.swap(PressureResult);
835 std::vector<unsigned> &PressureResult,
838 PressureResult = CurrSetPressure;
845 CurrSetPressure.swap(PressureResult);
818 getUpwardPressure(const MachineInstr *MI, std::vector<unsigned> &PressureResult, std::vector<unsigned> &MaxPressureResult) argument
834 getDownwardPressure(const MachineInstr *MI, std::vector<unsigned> &PressureResult, std::vector<unsigned> &MaxPressureResult) argument

Completed in 78 milliseconds