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.cpp127 return TheImpl->ExtendRanges(MF, DomTree, TPC, InputBBLimit, in runOnMachineFunction()
H A DVarLocBasedImpl.cpp1086 bool ExtendRanges(MachineFunction &MF, MachineDominatorTree *DomTree,
2207 bool VarLocBasedLDV::ExtendRanges(MachineFunction &MF, in ExtendRanges() function in VarLocBasedLDV
H A DInstrRefBasedImpl.h1500 bool ExtendRanges(MachineFunction &MF, MachineDominatorTree *DomTree,
H A DInstrRefBasedImpl.cpp3677 bool InstrRefBasedLDV::ExtendRanges(MachineFunction &MF, in ExtendRanges() function in InstrRefBasedLDV
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h424 void rewriteAssigned(bool ExtendRanges);
H A DSplitKit.cpp1317 void SplitEditor::rewriteAssigned(bool ExtendRanges) { in rewriteAssigned() argument
1354 if (!ExtendRanges || MO.isUndef()) in rewriteAssigned()