Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h138 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp75 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic()
93 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h371 DominatorTree &getDominatorTree() const { return DT; } in getDominatorTree() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp538 IC.getDominatorTree(), LHSIsZero); in Negate()
H A DInstCombineCalls.cpp596 &IC.getDominatorTree())) { in foldCttzCtlz()
2453 &getDominatorTree()); in visitCallInst()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp131 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic()
153 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVN.cpp943 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB, in ConstructSSAForLoadSet()