Home
last modified time | relevance | path

Searched defs:getDominatorTree (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Transforms/Scalar/
DGVN.h57 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVN.h82 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DGVN.h133 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h216 DominatorTree *getDominatorTree() const { return DT; } in getDominatorTree() function
/external/llvm-project/llvm/include/llvm/Transforms/InstCombine/
DInstCombiner.h357 DominatorTree &getDominatorTree() const { return DT; } in getDominatorTree() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h356 DominatorTree &getDominatorTree() const { return DT; } in getDominatorTree() function
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp506 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function