Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Index

662       // destination index.  For fall-throughs this is always zero.
911 // Store the index at the start.
912 llvm::ConstantInt *Index = Builder.getInt32(Dest.getDestIndex());
913 new llvm::StoreInst(Index, getNormalCleanupDestSlot(), BI);
934 Scope.addBranchAfter(Index, Dest.getBlock());