Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DLiveDebugValues.h27 virtual bool ExtendRanges(MachineFunction &MF, MachineDominatorTree *DomTree,
H A DLiveDebugValues.cpp152 return TheImpl->ExtendRanges(MF, DomTree, ShouldEmitDebugEntryValues, in run()
H A DVarLocBasedImpl.cpp1089 bool ExtendRanges(MachineFunction &MF, MachineDominatorTree *DomTree,
2211 bool VarLocBasedLDV::ExtendRanges(MachineFunction &MF, in ExtendRanges() function in VarLocBasedLDV
H A DInstrRefBasedImpl.h1492 bool ExtendRanges(MachineFunction &MF, MachineDominatorTree *DomTree,
H A DInstrRefBasedImpl.cpp3706 bool InstrRefBasedLDV::ExtendRanges(MachineFunction &MF, in ExtendRanges() function in InstrRefBasedLDV
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h430 void rewriteAssigned(bool ExtendRanges);
H A DSplitKit.cpp1353 void SplitEditor::rewriteAssigned(bool ExtendRanges) { in rewriteAssigned() argument
1390 if (!ExtendRanges || MO.isUndef()) in rewriteAssigned()