Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp419 unsigned CloneInstrThreshold = 100; in needMigrateBlock() local
426 (BlkSize * (MBB->pred_size() - 1) > CloneInstrThreshold)); in needMigrateBlock()