Searched refs:ExtendRanges (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | LiveDebugValues.h | 27 virtual bool ExtendRanges(MachineFunction &MF, MachineDominatorTree *DomTree,
|
H A D | LiveDebugValues.cpp | 127 return TheImpl->ExtendRanges(MF, DomTree, TPC, InputBBLimit, in runOnMachineFunction()
|
H A D | VarLocBasedImpl.cpp | 1086 bool ExtendRanges(MachineFunction &MF, MachineDominatorTree *DomTree, 2207 bool VarLocBasedLDV::ExtendRanges(MachineFunction &MF, in ExtendRanges() function in VarLocBasedLDV
|
H A D | InstrRefBasedImpl.h | 1500 bool ExtendRanges(MachineFunction &MF, MachineDominatorTree *DomTree,
|
H A D | InstrRefBasedImpl.cpp | 3677 bool InstrRefBasedLDV::ExtendRanges(MachineFunction &MF, in ExtendRanges() function in InstrRefBasedLDV
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SplitKit.h | 424 void rewriteAssigned(bool ExtendRanges);
|
H A D | SplitKit.cpp | 1317 void SplitEditor::rewriteAssigned(bool ExtendRanges) { in rewriteAssigned() argument 1354 if (!ExtendRanges || MO.isUndef()) in rewriteAssigned()
|