Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp342 const unsigned InspectionLimit = X86AvoidSFBInspectionLimit; in findPotentialBlockers() local
349 if (BlockCount >= InspectionLimit) in findPotentialBlockers()
360 if (BlockCount < InspectionLimit) { in findPotentialBlockers()
362 int LimitLeft = InspectionLimit - BlockCount; in findPotentialBlockers()