Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h448 void initLiveThru(const RegPressureTracker &RPTracker);
451 void initLiveThru(ArrayRef<unsigned> PressureSet) { in initLiveThru() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp359 void RegPressureTracker::initLiveThru(const RegPressureTracker &RPTracker) { in initLiveThru() function in RegPressureTracker
DMachineScheduler.cpp1021 BotRPTracker.initLiveThru(RPTracker); in initRegPressure()
1023 TopRPTracker.initLiveThru(BotRPTracker.getLiveThru()); in initRegPressure()