Searched refs:getDestination (Results 1 – 10 of 10) sorted by relevance
165 Instruction *getDestination(const LoopAccessInfo &LAI) const;826 inline Instruction *MemoryDepChecker::Dependence::getDestination( in getDestination() function
800 Dependences[Dep.getSource(*LAI)].insert(Dep.getDestination(*LAI)); in collectDependences()
487 tryUnify(LI->getDestination(i), RI->getDestination(i)); in diff()
196 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences()
350 BasicBlock *DestBB = IBI->getDestination(i); in ConstantFoldTerminator()353 if (IBI->getDestination(i) == SuccToKeep) { in ConstantFoldTerminator()
1106 if (IBR->getDestination(i) == T) { in getFeasibleSuccessors()
7069 BasicBlock *Dest = IBI->getDestination(i); in simplifyIndirectBr()7098 BranchInst::Create(IBI->getDestination(0), IBI); in simplifyIndirectBr()
3777 BasicBlock *getDestination(unsigned i) { return getSuccessor(i); }3778 const BasicBlock *getDestination(unsigned i) const { return getSuccessor(i); }
2657 recordAnalysis("UnsafeDep", Dep.getDestination(*this)) << Info; in emitUnsafeDependenceRemark()
3047 Check(BI.getDestination(i)->getType()->isLabelTy(), in visitIndirectBrInst()