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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
GVN.h 134 DominatorTree &getDominatorTree() const { return *DT; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
InstCombiner.h 369 DominatorTree &getDominatorTree() const { return DT; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineNegator.cpp 499 IC.getDominatorTree(), LHSIsZero);
InstCombineCalls.cpp 502 &IC.getDominatorTree())) {
1784 &getDominatorTree());
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 78 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) {
96 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 129 &IC.getAssumptionCache(), &IC.getDominatorTree());
151 &IC.getAssumptionCache(), &IC.getDominatorTree());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp 843 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB,

Completed in 59 milliseconds