Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineSink.cpp1180 if (BB->sizeWithoutDebugLargerThan(SinkLoadInstsPerBlockThreshold) || in hasStoreBetween()
1282 if (SinkBlock->sizeWithoutDebugLargerThan(SinkLoadInstsPerBlockThreshold)) { in SinkIntoCycle()
DMachineBasicBlock.cpp1648 bool MachineBasicBlock::sizeWithoutDebugLargerThan(unsigned Limit) const { in sizeWithoutDebugLargerThan() function in MachineBasicBlock
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h280 bool sizeWithoutDebugLargerThan(unsigned Limit) const;