Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp360 bool IsEntryBB = &BB == &F.getEntryBlock(); in InjectCoverageAtBlock() local
361 DebugLoc EntryLoc = IsEntryBB && IP->getDebugLoc() in InjectCoverageAtBlock()
406 IRB.CreateCall(IsEntryBB ? SanCovTraceEnter : SanCovTraceBB, GuardP); in InjectCoverageAtBlock()