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.cpp1039 bool IsEntryBB = &BB == &F.getEntryBlock(); in InjectCoverageAtBlock() local
1041 if (IsEntryBB) { in InjectCoverageAtBlock()
1094 if (Options.StackDepth && IsEntryBB && !IsLeafFunc) { in InjectCoverageAtBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3110 bool IsEntryBB = &BB == &EntryBB; in updateImpl() local
3113 bool AlignedBarrierLastInBlock = IsEntryBB && IsKernel; in updateImpl()
3114 bool IsExplicitlyAligned = IsEntryBB && IsKernel; in updateImpl()
3117 if (IsEntryBB) { in updateImpl()