Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Ddistancemap.mir7 # DistanceMap, function noUseAfterLastDef computes a wrong value for the later
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp123 bool noUseAfterLastDef(Register Reg, unsigned Dist, unsigned &LastDef);
245 bool TwoAddressInstructionPass::noUseAfterLastDef(Register Reg, unsigned Dist, in noUseAfterLastDef() function in TwoAddressInstructionPass
589 if (!noUseAfterLastDef(RegC, Dist, LastDefC)) in isProfitableToCommute()
595 if (!noUseAfterLastDef(RegB, Dist, LastDefB)) in isProfitableToCommute()