Searched refs:InputBBLimit (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | LiveDebugValues.cpp | 51 static cl::opt<unsigned> InputBBLimit( variable 123 return TheImpl->ExtendRanges(MF, DomTree, TPC, InputBBLimit, in runOnMachineFunction()
|
| H A D | LiveDebugValues.h | 28 TargetPassConfig *TPC, unsigned InputBBLimit,
|
| H A D | VarLocBasedImpl.cpp | 1009 TargetPassConfig *TPC, unsigned InputBBLimit, 2102 TargetPassConfig *TPC, unsigned InputBBLimit, in ExtendRanges() argument 2195 if (RPONumber > InputBBLimit) { in ExtendRanges()
|
| H A D | InstrRefBasedImpl.h | 1130 TargetPassConfig *TPC, unsigned InputBBLimit,
|
| H A D | InstrRefBasedImpl.cpp | 3166 unsigned InputBBLimit, in ExtendRanges() argument 3308 if ((unsigned)MaxNumBlocks > InputBBLimit && in ExtendRanges()
|