Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp393 unsigned BlockSizeThreshold = 30; in needMigrateBlock() local
400 return ((BlkSize > BlockSizeThreshold) && in needMigrateBlock()