Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/
DInstrumentation.h66 bool ExitBlockBeforeBody; member
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp64 Options.ExitBlockBeforeBody = DefaultExitBlockBeforeBody; in getDefault()
328 uint32_t Ident, bool UseCfgChecksum, bool ExitBlockBeforeBody) in GCOVFunction() argument
338 if (i == 1 && ExitBlockBeforeBody) in GCOVFunction()
342 if (!ExitBlockBeforeBody) in GCOVFunction()
583 Options.ExitBlockBeforeBody)); in emitProfileNotes()
/external/clang/lib/CodeGen/
DBackendUtil.cpp475 Options.ExitBlockBeforeBody = CodeGenOpts.CoverageExitBlockBeforeBody; in CreatePasses()