reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
411 IRBuilder<> B(&I); 425 PixelEntryBB = I.getParent(); 429 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, DT, nullptr); 432 PixelExitBB = I.getParent(); 434 I.moveBefore(NonHelperTerminator); 435 B.SetInsertPoint(&I); 438 Type *const Ty = I.getType(); 444 Value *const V = I.getOperand(ValIdx); 557 BasicBlock *const EntryBB = I.getParent(); 565 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, DT, nullptr); 572 Instruction *const NewI = I.clone(); 578 B.SetInsertPoint(&I); 580 const bool NeedResult = !I.use_empty(); 648 PHI->addIncoming(Result, I.getParent()); 649 I.replaceAllUsesWith(PHI); 652 I.replaceAllUsesWith(Result); 657 I.eraseFromParent();