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 | 152 return TheImpl->ExtendRanges(MF, DomTree, ShouldEmitDebugEntryValues, in run()
|
| H A D | VarLocBasedImpl.cpp | 1089 bool ExtendRanges(MachineFunction &MF, MachineDominatorTree *DomTree, 2211 bool VarLocBasedLDV::ExtendRanges(MachineFunction &MF, in ExtendRanges() function in VarLocBasedLDV
|
| H A D | InstrRefBasedImpl.h | 1492 bool ExtendRanges(MachineFunction &MF, MachineDominatorTree *DomTree,
|
| H A D | InstrRefBasedImpl.cpp | 3706 bool InstrRefBasedLDV::ExtendRanges(MachineFunction &MF, in ExtendRanges() function in InstrRefBasedLDV
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SplitKit.h | 430 void rewriteAssigned(bool ExtendRanges);
|
| H A D | SplitKit.cpp | 1353 void SplitEditor::rewriteAssigned(bool ExtendRanges) { in rewriteAssigned() argument 1390 if (!ExtendRanges || MO.isUndef()) in rewriteAssigned()
|