Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp393 unsigned BlockSizeThreshold = 30; in needMigrateBlock() local
400 return ((BlkSize > BlockSizeThreshold) && in needMigrateBlock()