Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Destination

248          BranchFixups.back().Destination == 0)
284 // Skip this fixup if its destination isn't set.
286 if (Fixup.Destination == 0) continue;
289 // still pointing directly to its destination; forward it to the
304 if (!CasesAdded.insert(Fixup.Destination)) continue;
307 Fixup.Destination);
318 // destination is its original target.
346 // Skip this fixup if its destination doesn't match.
348 if (Fixup.Destination != Block) continue;
350 Fixup.Destination = 0;
668 // destination index. For fall-throughs this is always zero.
758 // We should always have a branch-through destination in this case.
778 if (!Fixup.Destination) continue;
856 /// specified destination obviously has no cleanups to run. 'false' is always
860 && "stale jump destination");
867 // destination scope is within the innermost active normal cleanup
885 && "stale jump destination");
898 // destination scope is within the innermost active normal cleanup
906 // If we can't resolve the destination cleanup scope, just add this
910 Fixup.Destination = Dest.getBlock();
932 // Add this destination to all the scopes involved.