Lines Matching refs:GI
2763 static BranchInst *turnGuardIntoBranch(IntrinsicInst *GI, Loop &L,
2767 LLVM_DEBUG(dbgs() << "Turning " << *GI << " into a branch.\n");
2768 BasicBlock *CheckBB = GI->getParent();
2775 SplitBlockAndInsertIfThen(GI->getArgOperand(0), GI, true,
2776 GI->getMetadata(LLVMContext::MD_prof), &DTU, &LI);
2788 MSSAU->moveAllAfterSpliceBlocks(CheckBB, GuardedBlock, GI);
2790 GI->moveBefore(DeoptBlockTerm);
2791 GI->setArgOperand(0, ConstantInt::getFalse(GI->getContext()));
2794 MemoryDef *MD = cast<MemoryDef>(MSSAU->getMemorySSA()->getMemoryAccess(GI));