Searched defs:LastUse (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | LiveVariables.cpp | 275 MachineInstr *LastUse = PhysRegUse[Reg]; FindLastRefOrPartRef() local |
H A D | LiveIntervals.cpp | 1446 SlotIndex LastUse = Before; findLastUseBefore() local |
H A D | SplitKit.cpp | 1260 SlotIndex LastUse = End.getPrevSlot(); extendPHIRange() local |
H A D | TwoAddressInstructionPass.cpp | 269 unsigned LastUse = Dist; noUseAfterLastDef() local |
H A D | RegAllocFast.cpp | 201 MachineInstr *LastUse = nullptr; ///< Last instr to use reg. member |
H A D | MachinePipeliner.cpp | 1495 for (auto LastUse : LastUses[MI]) { computeMaxSetPressure() local |
/llvm-project/llvm/lib/Target/Hexagon/ | ||
H A D | HexagonBlockRanges.cpp | 291 std::map<RegisterRef,IndexType> LastDef, LastUse; computeInitialLiveRanges() local |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | SIRegisterInfo.cpp | 1671 bool LastUse = MMO->getFlags() & MOLastUse; buildSpillLoadStore() local |