Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DInstrumentation.h77 bool ExitBlockBeforeBody; member
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp61 Options.ExitBlockBeforeBody = DefaultExitBlockBeforeBody; in getDefault()
319 uint32_t Ident, bool UseCfgChecksum, bool ExitBlockBeforeBody) in GCOVFunction() argument
329 if (i == 1 && ExitBlockBeforeBody) in GCOVFunction()
333 if (!ExitBlockBeforeBody) in GCOVFunction()
531 Options.ExitBlockBeforeBody)); in emitProfileNotes()
/external/clang/lib/CodeGen/
DBackendUtil.cpp475 Options.ExitBlockBeforeBody = CodeGenOpts.CoverageExitBlockBeforeBody; in CreatePasses()