Searched refs:ExitBlockBeforeBody (Results 1 – 5 of 5) sorted by relevance
66 bool ExitBlockBeforeBody; member
77 bool ExitBlockBeforeBody; member
61 Options.ExitBlockBeforeBody = DefaultExitBlockBeforeBody; in getDefault()319 uint32_t Ident, bool UseCfgChecksum, bool ExitBlockBeforeBody) in GCOVFunction() argument329 if (i == 1 && ExitBlockBeforeBody) in GCOVFunction()333 if (!ExitBlockBeforeBody) in GCOVFunction()531 Options.ExitBlockBeforeBody)); in emitProfileNotes()
64 Options.ExitBlockBeforeBody = DefaultExitBlockBeforeBody; in getDefault()328 uint32_t Ident, bool UseCfgChecksum, bool ExitBlockBeforeBody) in GCOVFunction() argument338 if (i == 1 && ExitBlockBeforeBody) in GCOVFunction()342 if (!ExitBlockBeforeBody) in GCOVFunction()583 Options.ExitBlockBeforeBody)); in emitProfileNotes()
475 Options.ExitBlockBeforeBody = CodeGenOpts.CoverageExitBlockBeforeBody; in CreatePasses()