Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp942 bool IsEntryBB = &BB == &F.getEntryBlock(); in InjectCoverageAtBlock() local
944 if (IsEntryBB) { in InjectCoverageAtBlock()
989 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3108 bool IsEntryBB = &BB == &EntryBB; in updateImpl() local
3111 bool AlignedBarrierLastInBlock = IsEntryBB && IsKernel; in updateImpl()
3112 bool IsExplicitlyAligned = IsEntryBB && IsKernel; in updateImpl()
3115 if (IsEntryBB) { in updateImpl()