Home
last modified time | relevance | path

Searched refs:LiveThruPressure (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h396 std::vector<unsigned> LiveThruPressure; variable
453 LiveThruPressure.assign(PressureSet.begin(), PressureSet.end()); in initLiveThru()
456 ArrayRef<unsigned> getLiveThru() const { return LiveThruPressure; } in getLiveThru()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp248 LiveThruPressure.clear(); in reset()
360 LiveThruPressure.assign(TRI->getNumRegPressureSets(), 0); in initLiveThru()
365 increaseSetPressure(LiveThruPressure, *MRI, RegUnit, in initLiveThru()
1108 LiveThruPressure); in getMaxUpwardPressureDelta()
1174 if (!LiveThruPressure.empty()) in getUpwardPressureDelta()
1175 Limit += LiveThruPressure[PSetID]; in getUpwardPressureDelta()
1354 LiveThruPressure); in getMaxDownwardPressureDelta()