Lines Matching full:destination
250 BranchFixups.back().Destination == nullptr)
286 // Skip this fixup if its destination isn't set.
288 if (Fixup.Destination == nullptr) continue;
291 // still pointing directly to its destination; forward it to the
306 if (!CasesAdded.insert(Fixup.Destination).second)
310 Fixup.Destination);
321 // destination is its original target.
349 // Skip this fixup if its destination doesn't match.
351 if (Fixup.Destination != Block) continue;
353 Fixup.Destination = nullptr;
705 // destination index. For fall-throughs this is always zero.
795 // We should always have a branch-through destination in this case.
815 if (!Fixup.Destination) continue;
894 /// specified destination obviously has no cleanups to run. 'false' is always
898 && "stale jump destination");
905 // destination scope is within the innermost active normal cleanup
923 && "stale jump destination");
936 // destination scope is within the innermost active normal cleanup
944 // If we can't resolve the destination cleanup scope, just add this
948 Fixup.Destination = Dest.getBlock();
970 // Add this destination to all the scopes involved.