Searched refs:updateLiveness (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILowerSGPRSpills.cpp | 201 static void updateLiveness(MachineFunction &MF, ArrayRef<CalleeSavedInfo> CSI) { in updateLiveness() function 251 updateLiveness(MF, CSI); in spillCalleeSavedRegs()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 212 void updateLiveness(const std::set<Register> &RegSet, bool Recalc, 553 void HexagonExpandCondsets::updateLiveness(const std::set<Register> &RegSet, in updateLiveness() function in HexagonExpandCondsets 1315 updateLiveness(KillUpd, false, true, false); in runOnMachineFunction() 1343 updateLiveness(PredUpd, true, true, true); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | PrologEpilogInserter.cpp | 523 static void updateLiveness(MachineFunction &MF) { in updateLiveness() function 687 updateLiveness(MF); in spillCalleeSavedRegs()
|