Lines Matching full:normal
15 // normal control flow, or both.
207 // If we no longer have any normal cleanups, all the fixups are in popCleanup()
250 /// fixups than the fixup depth on the innermost normal cleanup, or
256 // normal cleanup; otherwise there really shouldn't be any fixups. in popNullFixups()
311 /// outermost normal cleanup; resolve them all by adding cases to the
376 "branch fixups exist with no normal cleanups on stack"); in ResolveBranchFixups()
420 // As long as Old strictly encloses the scope's enclosing normal in PopCleanupBlocks()
421 // cleanup, we're going to emit another normal cleanup which in PopCleanupBlocks()
591 /// We don't need a normal entry block for the given cleanup.
634 /// Pops a cleanup block. If the block includes a normal cleanup, the
644 // If we are deactivating a normal cleanup, we need to pretend that the in PopCleanupBlock()
666 // Check the three conditions which might require a normal cleanup: in PopCleanupBlock()
687 // If this is a normal cleanup, then having a prebranched in PopCleanupBlock()
701 // If we have a prebranched fallthrough into an inactive normal in PopCleanupBlock()
717 // Otherwise, we need to make a new block. If the normal cleanup in PopCleanupBlock()
718 // isn't being used at all, we could actually reuse the normal in PopCleanupBlock()
778 // If we are deactivating a normal cleanup then we don't have a in PopCleanupBlock()
839 // intercept normal cleanup to mark SEH scope end in PopCleanupBlock()
1075 // Calculate the innermost active normal cleanup. in isObviouslyBranchWithoutCleanups()
1079 // If we're not in an active normal cleanup scope, or if the in isObviouslyBranchWithoutCleanups()
1080 // destination scope is within the innermost active normal cleanup in isObviouslyBranchWithoutCleanups()
1106 // Calculate the innermost active normal cleanup. in EmitBranchThroughCleanup()
1110 // If we're not in an active normal cleanup scope, or if the in EmitBranchThroughCleanup()
1111 // destination scope is within the innermost active normal cleanup in EmitBranchThroughCleanup()
1132 // Otherwise, thread through all the normal cleanups in scope. in EmitBranchThroughCleanup()
1219 // - as a normal cleanup in SetupCleanupBlockActivation()