Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineSink.cpp1180 if (BB->sizeWithoutDebugLargerThan(SinkLoadInstsPerBlockThreshold) || in hasStoreBetween()
1282 if (SinkBlock->sizeWithoutDebugLargerThan(SinkLoadInstsPerBlockThreshold)) { in SinkIntoCycle()
H A DMachineBasicBlock.cpp1624 bool MachineBasicBlock::sizeWithoutDebugLargerThan(unsigned Limit) const { in sizeWithoutDebugLargerThan() function in MachineBasicBlock
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h249 bool sizeWithoutDebugLargerThan(unsigned Limit) const;