HomeSort by: relevance | last modified time | path
    Searched refs:getDestination (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 153 Instruction *getDestination(const LoopAccessInfo &LAI) const;
775 inline Instruction *MemoryDepChecker::Dependence::getDestination(
VectorUtils.h 938 Dependences[Dep.getSource(*LAI)].insert(Dep.getDestination(*LAI));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
DifferenceEngine.cpp 320 tryUnify(LI->getDestination(i), RI->getDestination(i));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 192 Instruction *Destination = Dep.getDestination(LAI);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp 636 if (IBR->getDestination(i) == T) {
Local.cpp 349 BasicBlock *DestBB = IBI->getDestination(i);
352 if (IBI->getDestination(i) == SuccToKeep) {
SimplifyCFG.cpp 6302 BasicBlock *Dest = IBI->getDestination(i);
6331 BranchInst::Create(IBI->getDestination(0), IBI);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 3651 BasicBlock *getDestination(unsigned i) { return getSuccessor(i); }
3652 const BasicBlock *getDestination(unsigned i) const { return getSuccessor(i); }
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 2780 Assert(BI.getDestination(i)->getType()->isLabelTy(),

Completed in 84 milliseconds