Home
last modified time | relevance | path

Searched refs:getDominatorTree (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
HDGVN.h82 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineInternal.h356 DominatorTree &getDominatorTree() const { return DT; } in getDominatorTree() function
HDInstCombineCalls.cpp1242 &IC.getDominatorTree())) { in foldCttzCtlz()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDGVN.cpp738 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB, in ConstructSSAForLoadSet()