Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegUsageInfoCollector.cpp111 PhysicalRegisterUsageInfo *PRUI = &getAnalysis<PhysicalRegisterUsageInfo>(); in runOnMachineFunction() local
113 PRUI->setTargetMachine(&TM); in runOnMachineFunction()
139 PRUI->storeUpdateRegUsageInfo(F, std::move(RegMask)); in runOnMachineFunction()
DRegUsageInfoPropagate.cpp92 PhysicalRegisterUsageInfo *PRUI = &getAnalysis<PhysicalRegisterUsageInfo>(); in runOnMachineFunction() local
109 const auto *RegMask = PRUI->getRegUsageInfo(F); in runOnMachineFunction()