Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.h27 virtual bool ExtendRanges(MachineFunction &MF, MachineDominatorTree *DomTree,
H A DLiveDebugValues.cpp123 return TheImpl->ExtendRanges(MF, DomTree, TPC, InputBBLimit, in runOnMachineFunction()
H A DInstrRefBasedImpl.h1129 bool ExtendRanges(MachineFunction &MF, MachineDominatorTree *DomTree,
H A DVarLocBasedImpl.cpp1008 bool ExtendRanges(MachineFunction &MF, MachineDominatorTree *DomTree,
2100 bool VarLocBasedLDV::ExtendRanges(MachineFunction &MF, in ExtendRanges() function in VarLocBasedLDV
H A DInstrRefBasedImpl.cpp3163 bool InstrRefBasedLDV::ExtendRanges(MachineFunction &MF, in ExtendRanges() function in InstrRefBasedLDV
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSplitKit.h419 void rewriteAssigned(bool ExtendRanges);
H A DSplitKit.cpp1305 void SplitEditor::rewriteAssigned(bool ExtendRanges) { in rewriteAssigned() argument
1342 if (!ExtendRanges || MO.isUndef()) in rewriteAssigned()