Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h78 bool ExitBlockBeforeBody; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp65 Options.ExitBlockBeforeBody = DefaultExitBlockBeforeBody; in getDefault()
344 uint32_t Ident, bool UseCfgChecksum, bool ExitBlockBeforeBody) in GCOVFunction() argument
354 if (i == 1 && ExitBlockBeforeBody) in GCOVFunction()
358 if (!ExitBlockBeforeBody) in GCOVFunction()
710 Options.ExitBlockBeforeBody)); in emitProfileNotes()