Home
last modified time | relevance | path

Searched refs:sizeWithoutDebugLargerThan (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineSink.cpp1523 if (BB->sizeWithoutDebugLargerThan(SinkLoadInstsPerBlockThreshold) || in hasStoreBetween()
1625 if (SinkBlock->sizeWithoutDebugLargerThan(SinkLoadInstsPerBlockThreshold)) { in SinkIntoCycle()
HDMachineBasicBlock.cpp1775 bool MachineBasicBlock::sizeWithoutDebugLargerThan(unsigned Limit) const { in sizeWithoutDebugLargerThan() function in MachineBasicBlock
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineBasicBlock.h325 bool sizeWithoutDebugLargerThan(unsigned Limit) const;