| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | DomTreeUpdater.h | 31 DomTreeUpdater(DominatorTree &DT_, UpdateStrategy Strategy_) in DomTreeUpdater() argument 32 : DT(&DT_), Strategy(Strategy_) {} in DomTreeUpdater() 33 DomTreeUpdater(DominatorTree *DT_, UpdateStrategy Strategy_) in DomTreeUpdater() argument 34 : DT(DT_), Strategy(Strategy_) {} in DomTreeUpdater() 39 DomTreeUpdater(DominatorTree &DT_, PostDominatorTree &PDT_, in DomTreeUpdater() argument 41 : DT(&DT_), PDT(&PDT_), Strategy(Strategy_) {} in DomTreeUpdater() 42 DomTreeUpdater(DominatorTree *DT_, PostDominatorTree *PDT_, in DomTreeUpdater() argument 44 : DT(DT_), PDT(PDT_), Strategy(Strategy_) {} in DomTreeUpdater()
|
| HD | LazyValueInfo.h | 44 DominatorTree *DT_) in LazyValueInfo() argument 45 : AC(AC_), DL(DL_), TLI(TLI_), DT(DT_) {} in LazyValueInfo()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | MachineRegionInfo.cpp | 60 MachineDominatorTree *DT_, in recalculate() argument 63 DT = DT_; in recalculate()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | RegionInfo.cpp | 98 void RegionInfo::recalculate(Function &F, DominatorTree *DT_, in recalculate() argument 100 DT = DT_; in recalculate()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| HD | AlignmentFromAssumptions.h | 33 DominatorTree *DT_);
|
| HD | NaryReassociate.h | 107 bool runImpl(Function &F, AssumptionCache *AC_, DominatorTree *DT_,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
| HD | LoopVectorize.h | 150 TargetTransformInfo &TTI_, DominatorTree &DT_,
|
| HD | SLPVectorizer.h | 82 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | AlignmentFromAssumptions.cpp | 387 DominatorTree *DT_) { in runImpl() argument 389 DT = DT_; in runImpl()
|
| HD | NaryReassociate.cpp | 198 DominatorTree *DT_, ScalarEvolution *SE_, in runImpl() argument 202 DT = DT_; in runImpl()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| HD | ELF.h | 1252 #define DYNAMIC_TAG(name, value) DT_##name = value,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | ELFYAML.cpp | 683 #define DYNAMIC_TAG(X, Y) IO.enumCase(Value, STRINGIFY(DT_##X), ELF::DT_##X); in enumeration()
|
| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | ChangeLog-9899 | 961 various DT_* values. 1162 * readelf.c (process_dynamic_segment): Print DT_* value only if 1224 Add new DT_* values from Solaris. Don't print nuemric value in 1226 (process_dynamic_segment): Handle new DT_* entries. Print numeric
|
| /freebsd-11-stable/contrib/binutils/include/elf/ |
| HD | ChangeLog-9103 | 1422 * common.h: Add new DT_* entries and there flag macros from Solaris. 1901 * common.h (EM_HPPA, NT_VERSION, STN_UNDEF, DT_*): New macros.
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| HD | SLPVectorizer.cpp | 5613 LoopInfo *LI_, DominatorTree *DT_, in runImpl() argument 5621 DT = DT_; in runImpl()
|
| HD | LoopVectorize.cpp | 7896 DominatorTree &DT_, BlockFrequencyInfo &BFI_, TargetLibraryInfo *TLI_, in runImpl() argument 7903 DT = &DT_; in runImpl()
|