Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h416 IntervalPressure BotPressure; variable
428 TopRPTracker(TopPressure), BotRPTracker(BotPressure) {} in ScheduleDAGMILive()
443 const IntervalPressure &getBotPressure() const { return BotPressure; } in getBotPressure()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp327 IntervalPressure Pressure, BotPressure; in initRegPressure() local
328 RegPressureTracker RPTracker(Pressure), BotRPTracker(BotPressure); in initRegPressure()
392 LiveOutPressure = BotPressure.MaxSetPressure; in initRegPressure()