Searched refs:ExtendRanges (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/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, 2205 bool VarLocBasedLDV::ExtendRanges(MachineFunction &MF, in ExtendRanges() function in VarLocBasedLDV
|
| H A D | InstrRefBasedImpl.h | 1409 bool ExtendRanges(MachineFunction &MF, MachineDominatorTree *DomTree,
|
| H A D | InstrRefBasedImpl.cpp | 3638 bool InstrRefBasedLDV::ExtendRanges(MachineFunction &MF, in ExtendRanges() function in InstrRefBasedLDV
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | SplitKit.h | 418 void rewriteAssigned(bool ExtendRanges);
|
| H A D | SplitKit.cpp | 1304 void SplitEditor::rewriteAssigned(bool ExtendRanges) { in rewriteAssigned() argument 1341 if (!ExtendRanges || MO.isUndef()) in rewriteAssigned()
|