Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp899 bool IsEntryBB = &BB == &F.getEntryBlock(); in InjectCoverageAtBlock() local
901 if (IsEntryBB) { in InjectCoverageAtBlock()
950 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()