Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Indirect

249   // If someone did an indirect goto, emit the indirect goto block at the end of
261 // If someone took the address of a label but never did an indirect goto, we
563 } else if (CurFnInfo->getReturnInfo().getKind() == ABIArgInfo::Indirect &&
565 // Indirect aggregate return; emit returned value directly into sret slot.
1093 // Make sure that there is a block for the indirect goto.
1099 // Make sure the indirect branch includes all of the address-taken blocks.
1105 // If we already made the indirect branch for indirect goto, return its block.
1110 // Create the PHI node that indirect gotos will add entries to.
1112 "indirect.goto.dest");
1114 // Create the indirect branch instruction.