Searched defs:getDominatorTree (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h57 DominatorTree &getDominatorTree() const { return *DT; } function in class:llvm::GVN
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h216 DominatorTree *getDominatorTree() const { return DT; } function in class:llvm::InstCombiner
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DGVN.cpp480 DominatorTree &getDominatorTree() const { return *DT; } function in class:__anon20217::GVN
1212 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB,
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp506 DominatorTree &getDominatorTree() const { return *DT; } function in struct:__anon13431::AddressSanitizer
781 if (!ASan.getDominatorTree().dominates(I, Ret)) return false;

Completed in 195 milliseconds