Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegUsageInfoPropagate.cpp44 class RegUsageInfoPropagation : public MachineFunctionPass { class
46 RegUsageInfoPropagation() : MachineFunctionPass(ID) { in RegUsageInfoPropagation() function in __anon7f0f85e00111::RegUsageInfoPropagation
79 INITIALIZE_PASS_BEGIN(RegUsageInfoPropagation, "reg-usage-propagation",
82 INITIALIZE_PASS_END(RegUsageInfoPropagation, "reg-usage-propagation",
85 char RegUsageInfoPropagation::ID = 0;
101 bool RegUsageInfoPropagation::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
155 return new RegUsageInfoPropagation(); in createRegUsageInfoPropPass()