Home
last modified time | relevance | path

Searched refs:getDestination (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h153 Instruction *getDestination(const LoopAccessInfo &LAI) const;
845 inline Instruction *MemoryDepChecker::Dependence::getDestination( in getDestination() function
H A DVectorUtils.h980 Dependences[Dep.getSource(*LAI)].insert(Dep.getDestination(*LAI)); in collectDependences()
/openbsd-src/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp489 tryUnify(LI->getDestination(i), RI->getDestination(i)); in diff()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp190 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp349 BasicBlock *DestBB = IBI->getDestination(i); in ConstantFoldTerminator()
352 if (IBI->getDestination(i) == SuccToKeep) { in ConstantFoldTerminator()
H A DSCCPSolver.cpp947 if (IBR->getDestination(i) == T) { in getFeasibleSuccessors()
H A DSimplifyCFG.cpp6800 BasicBlock *Dest = IBI->getDestination(i); in simplifyIndirectBr()
6829 BranchInst::Create(IBI->getDestination(0), IBI); in simplifyIndirectBr()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h3763 BasicBlock *getDestination(unsigned i) { return getSuccessor(i); }
3764 const BasicBlock *getDestination(unsigned i) const { return getSuccessor(i); }
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2482 recordAnalysis("UnsafeDep", Dep.getDestination(*this)) in emitUnsafeDependenceRemark()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp2903 Check(BI.getDestination(i)->getType()->isLabelTy(), in visitIndirectBrInst()