Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/
H A DInstrumentation.h79 bool ExitBlockBeforeBody; member
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp65 Options.ExitBlockBeforeBody = DefaultExitBlockBeforeBody; in getDefault()
341 uint32_t Ident, bool UseCfgChecksum, bool ExitBlockBeforeBody) in GCOVFunction() argument
351 if (i == 1 && ExitBlockBeforeBody) in GCOVFunction()
355 if (!ExitBlockBeforeBody) in GCOVFunction()
701 Options.ExitBlockBeforeBody)); in emitProfileNotes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp514 Options.ExitBlockBeforeBody = CodeGenOpts.CoverageExitBlockBeforeBody; in getGCOVOptions()