Searched refs:InputBBLimit (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | LiveDebugValues.cpp | 52 static cl::opt<unsigned> InputBBLimit( variable 127 return TheImpl->ExtendRanges(MF, DomTree, TPC, InputBBLimit, in runOnMachineFunction()
|
H A D | LiveDebugValues.h | 28 TargetPassConfig *TPC, unsigned InputBBLimit,
|
H A D | VarLocBasedImpl.cpp | 1087 TargetPassConfig *TPC, unsigned InputBBLimit, 2209 TargetPassConfig *TPC, unsigned InputBBLimit, in ExtendRanges() argument 2302 if (RPONumber > InputBBLimit) { in ExtendRanges()
|
H A D | InstrRefBasedImpl.h | 1501 TargetPassConfig *TPC, unsigned InputBBLimit,
|
H A D | InstrRefBasedImpl.cpp | 3680 unsigned InputBBLimit, in ExtendRanges() argument 3816 if ((unsigned)MaxNumBlocks > InputBBLimit && in ExtendRanges()
|