Searched refs:getDestination (Results 1 – 10 of 10) sorted by relevance
153 Instruction *getDestination(const LoopAccessInfo &LAI) const;845 inline Instruction *MemoryDepChecker::Dependence::getDestination( in getDestination() function
980 Dependences[Dep.getSource(*LAI)].insert(Dep.getDestination(*LAI)); in collectDependences()
489 tryUnify(LI->getDestination(i), RI->getDestination(i)); in diff()
190 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences()
349 BasicBlock *DestBB = IBI->getDestination(i); in ConstantFoldTerminator()352 if (IBI->getDestination(i) == SuccToKeep) { in ConstantFoldTerminator()
947 if (IBR->getDestination(i) == T) { in getFeasibleSuccessors()
6800 BasicBlock *Dest = IBI->getDestination(i); in simplifyIndirectBr()6829 BranchInst::Create(IBI->getDestination(0), IBI); in simplifyIndirectBr()
3763 BasicBlock *getDestination(unsigned i) { return getSuccessor(i); }3764 const BasicBlock *getDestination(unsigned i) const { return getSuccessor(i); }
2482 recordAnalysis("UnsafeDep", Dep.getDestination(*this)) in emitUnsafeDependenceRemark()
2903 Check(BI.getDestination(i)->getType()->isLabelTy(), in visitIndirectBrInst()