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.cpp60 Options.ExitBlockBeforeBody = DefaultExitBlockBeforeBody; in getDefault()
314 uint32_t Ident, bool UseCfgChecksum, bool ExitBlockBeforeBody) in GCOVFunction() argument
324 if (i == 1 && ExitBlockBeforeBody) in GCOVFunction()
328 if (!ExitBlockBeforeBody) in GCOVFunction()
517 Options.ExitBlockBeforeBody)); in emitProfileNotes()
/external/clang/lib/CodeGen/
DBackendUtil.cpp421 Options.ExitBlockBeforeBody = CodeGenOpts.CoverageExitBlockBeforeBody; in CreatePasses()