Searched refs:getDominatorTree (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/ |
| H A D | GVN.h | 137 DominatorTree &getDominatorTree() const { return *DT; } in getDominatorTree() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 917 gvn.getDominatorTree().properlyDominates(ValuesPerBlock[0].BB, in ConstructSSAForLoadSet() 1009 gvn.getDominatorTree()); in MaterializeAdjustedValue() 1011 gvn.getDominatorTree()); in MaterializeAdjustedValue() 1143 getDominatorTree(), getAliasAnalysis())) { in AnalyzeLoadAvailability() 1306 DepBB, DepBB->end(), Address, Load->getType(), getDominatorTree(), in AnalyzeLoadAvailability()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 370 DominatorTree &getDominatorTree() const { return DT; } in getDominatorTree() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 527 IC.getDominatorTree(), LHSIsZero); in Negate()
|
| H A D | InstCombineCalls.cpp | 589 &IC.getDominatorTree())) { in foldCttzCtlz() 2296 &getDominatorTree()); in visitCallInst()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 73 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic() 91 &IC.getAssumptionCache(), &IC.getDominatorTree()) >= 16) { in instCombineIntrinsic()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 130 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic() 152 &IC.getAssumptionCache(), &IC.getDominatorTree()); in instCombineIntrinsic()
|