Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp948 bool IsEntryBB = &BB == &F.getEntryBlock(); in InjectCoverageAtBlock() local
950 if (IsEntryBB) { in InjectCoverageAtBlock()
996 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3107 bool IsEntryBB = &BB == &EntryBB; in updateImpl() local
3110 bool AlignedBarrierLastInBlock = IsEntryBB && IsKernel; in updateImpl()
3111 bool IsExplicitlyAligned = IsEntryBB && IsKernel; in updateImpl()
3114 if (IsEntryBB) { in updateImpl()