Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h83 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h335 DominatorTree &getDominatorTree() const { return DT; } in getDominatorTree() function
H A DInstCombineCalls.cpp1305 &IC.getDominatorTree())) { in foldCttzCtlz()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp682 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
1047 if (!ASan.getDominatorTree().dominates(I, Ret)) return false; in doesDominateAllExits()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp752 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB, in ConstructSSAForLoadSet()