Searched refs:getDestination (Results 1 – 10 of 10) sorted by relevance
152 Instruction *getDestination(const LoopAccessInfo &LAI) const;831 inline Instruction *MemoryDepChecker::Dependence::getDestination( in getDestination() function
963 Dependences[Dep.getSource(*LAI)].insert(Dep.getDestination(*LAI)); in collectDependences()
370 tryUnify(LI->getDestination(i), RI->getDestination(i)); in diff()
189 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences()
677 if (IBR->getDestination(i) == T) { in getFeasibleSuccessors()
346 BasicBlock *DestBB = IBI->getDestination(i); in ConstantFoldTerminator()349 if (IBI->getDestination(i) == SuccToKeep) { in ConstantFoldTerminator()
6631 BasicBlock *Dest = IBI->getDestination(i); in simplifyIndirectBr()6660 BranchInst::Create(IBI->getDestination(0), IBI); in simplifyIndirectBr()
3725 BasicBlock *getDestination(unsigned i) { return getSuccessor(i); }3726 const BasicBlock *getDestination(unsigned i) const { return getSuccessor(i); }
2426 recordAnalysis("UnsafeDep", Dep.getDestination(*this)) in emitUnsafeDependenceRemark()
2852 Check(BI.getDestination(i)->getType()->isLabelTy(), in visitIndirectBrInst()