Home
last modified time | relevance | path

Searched defs:DT (Results 1 - 25 of 198) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DAlignmentFromAssumptions.h36 DominatorTree *DT = nullptr; member
H A DSCCP.h44 DominatorTree *DT; member
H A DNaryReassociate.h169 DominatorTree *DT; member in llvm::NaryReassociatePass
H A DSROA.h66 DominatorTree *DT = nullptr; member in llvm::SROA
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h34 const DominatorTree *DT = nullptr; member in llvm::IVVisitor
H A DLoopVersioning.h146 DominatorTree *DT; member in llvm::LoopVersioning
H A DBasicBlockUtils.h122 DominatorTree *DT; member
[all...]
H A DCodeExtractor.h89 DominatorTree *const DT; member in llvm::CodeExtractor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DOrderedInstructions.h35 DominatorTree *DT; member in llvm::OrderedInstructions
44 OrderedInstructions(DominatorTree *DT) : DT(DT) {} in OrderedInstructions() argument
H A DIteratedDominanceFrontier.h45 IDFCalculator(DominatorTreeBase<BasicBlock, IsPostDom> &DT) in IDFCalculator() argument
48 IDFCalculator(DominatorTreeBase<BasicBlock, IsPostDom> &DT, in IDFCalculator() argument
H A DSyncDependenceAnalysis.h74 const DominatorTree &DT; member in llvm::SyncDependenceAnalysis
H A DInstructionPrecedenceTracking.h52 InstructionPrecedenceTracking(DominatorTree *DT) in InstructionPrecedenceTracking() argument
99 ImplicitControlFlowTracking(DominatorTree *DT) in ImplicitControlFlowTracking() argument
124 MemoryWriteTracking(DominatorTree *DT) : InstructionPrecedenceTracking(DT) {} in MemoryWriteTracking() argument
H A DInstructionSimplify.h93 const DominatorTree *DT = nullptr; member
H A DPostDominators.h76 PostDominatorTree DT; member
H A DDemandedBits.h42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits() argument
73 DominatorTree &DT; member in llvm::DemandedBits
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DStackProtector.h53 DominatorTree *DT; member in llvm::StackProtector
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h71 DominatorTree *DT = nullptr; member
H A DLoopVectorize.h136 DominatorTree *DT; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp35 static bool promoteMemoryToRegister(Function &F, DominatorTree &DT, in promoteMemoryToRegister() argument
62 auto &DT = AM.getResult<DominatorTreeAnalysis>(F); in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp53 MachineDominatorTree *DT = &getAnalysis<MachineDominatorTree>(); variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp39 DominatorTree *DT = nullptr; member in __anon24874::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombineInternal.h55 const DominatorTree &DT; member in llvm::TruncInstCombine
79 TruncInstCombine(TargetLibraryInfo &TLI, const DataLayout &DL, const DominatorTree &DT) TruncInstCombine() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DInstSimplifyPass.cpp101 const DominatorTree *DT = variable
133 auto &DT = AM.getResult<DominatorTreeAnalysis>(F); in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineRegionInfo.cpp87 auto DT = &getAnalysis<MachineDominatorTree>(); in runOnMachineFunction() local
37 MachineRegion(MachineBasicBlock *Entry, MachineBasicBlock *Exit, MachineRegionInfo* RI, MachineDominatorTree *DT, MachineRegion *Parent) MachineRegion() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h64 IDFCalculatorBase(DominatorTreeBase<NodeTy, IsPostDom> &DT) : DT(DT) {} in IDFCalculatorBase() argument
66 IDFCalculatorBase(DominatorTreeBase<NodeTy, IsPostDom> &DT, in IDFCalculatorBase() argument
105 DominatorTreeBase<NodeTy, IsPostDom> &DT; member in llvm::IDFCalculatorBase
[all...]

Completed in 35 milliseconds

12345678