Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Builder

841   // Then go ahead and use the builder do actually do the inserts.  We insert
845 IRBuilder<> Builder(CS.getInstruction());
886 CallInst *Call = Builder.CreateGCStatepointCall(
903 Builder.SetInsertPoint(ToReplace->getNextNode());
904 Builder.SetCurrentDebugLocation(ToReplace->getNextNode()->getDebugLoc());
911 Builder.SetInsertPoint(ToReplace->getParent());
912 InvokeInst *Invoke = Builder.CreateGCStatepointInvoke(
932 Builder.SetInsertPoint(IP);
945 CallInst *GCResult = Builder.CreateGCResult(Token, CS.getType(), TakenName);