Home
last modified time | relevance | path

Searched refs:DT_ (Results 1 – 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDDomTreeUpdater.h31 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()
HDLazyValueInfo.h44 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/
HDMachineRegionInfo.cpp60 MachineDominatorTree *DT_, in recalculate() argument
63 DT = DT_; in recalculate()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDRegionInfo.cpp98 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/
HDAlignmentFromAssumptions.h33 DominatorTree *DT_);
HDNaryReassociate.h107 bool runImpl(Function &F, AssumptionCache *AC_, DominatorTree *DT_,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
HDLoopVectorize.h150 TargetTransformInfo &TTI_, DominatorTree &DT_,
HDSLPVectorizer.h82 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDAlignmentFromAssumptions.cpp387 DominatorTree *DT_) { in runImpl() argument
389 DT = DT_; in runImpl()
HDNaryReassociate.cpp198 DominatorTree *DT_, ScalarEvolution *SE_, in runImpl() argument
202 DT = DT_; in runImpl()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1252 #define DYNAMIC_TAG(name, value) DT_##name = value,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp683 #define DYNAMIC_TAG(X, Y) IO.enumCase(Value, STRINGIFY(DT_##X), ELF::DT_##X); in enumeration()
/freebsd-11-stable/contrib/binutils/binutils/
HDChangeLog-9899961 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/
HDChangeLog-91031422 * 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/
HDSLPVectorizer.cpp5613 LoopInfo *LI_, DominatorTree *DT_, in runImpl() argument
5621 DT = DT_; in runImpl()
HDLoopVectorize.cpp7896 DominatorTree &DT_, BlockFrequencyInfo &BFI_, TargetLibraryInfo *TLI_, in runImpl() argument
7903 DT = &DT_; in runImpl()