/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
H A D | AlignmentFromAssumptions.h | 36 DominatorTree *DT = nullptr; member
|
H A D | SCCP.h | 44 DominatorTree *DT; member
|
H A D | NaryReassociate.h | 169 DominatorTree *DT; member in llvm::NaryReassociatePass
|
H A D | SROA.h | 66 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 D | SimplifyIndVar.h | 34 const DominatorTree *DT = nullptr; member in llvm::IVVisitor
|
H A D | LoopVersioning.h | 146 DominatorTree *DT; member in llvm::LoopVersioning
|
H A D | BasicBlockUtils.h | 122 DominatorTree *DT; member [all...] |
H A D | CodeExtractor.h | 89 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 D | OrderedInstructions.h | 35 DominatorTree *DT; member in llvm::OrderedInstructions 44 OrderedInstructions(DominatorTree *DT) : DT(DT) {} in OrderedInstructions() argument
|
H A D | IteratedDominanceFrontier.h | 45 IDFCalculator(DominatorTreeBase<BasicBlock, IsPostDom> &DT) in IDFCalculator() argument 48 IDFCalculator(DominatorTreeBase<BasicBlock, IsPostDom> &DT, in IDFCalculator() argument
|
H A D | SyncDependenceAnalysis.h | 74 const DominatorTree &DT; member in llvm::SyncDependenceAnalysis
|
H A D | InstructionPrecedenceTracking.h | 52 InstructionPrecedenceTracking(DominatorTree *DT) in InstructionPrecedenceTracking() argument 99 ImplicitControlFlowTracking(DominatorTree *DT) in ImplicitControlFlowTracking() argument 124 MemoryWriteTracking(DominatorTree *DT) : InstructionPrecedenceTracking(DT) {} in MemoryWriteTracking() argument
|
H A D | InstructionSimplify.h | 93 const DominatorTree *DT = nullptr; member
|
H A D | PostDominators.h | 76 PostDominatorTree DT; member
|
H A D | DemandedBits.h | 42 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 D | StackProtector.h | 53 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 D | SLPVectorizer.h | 71 DominatorTree *DT = nullptr; member
|
H A D | LoopVectorize.h | 136 DominatorTree *DT; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | Mem2Reg.cpp | 35 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 D | AArch64CleanupLocalDynamicTLSPass.cpp | 53 MachineDominatorTree *DT = &getAnalysis<MachineDominatorTree>(); variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyOptimizeReturned.cpp | 39 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 D | AggressiveInstCombineInternal.h | 55 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 D | InstSimplifyPass.cpp | 101 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 D | MachineRegionInfo.cpp | 87 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 D | GenericIteratedDominanceFrontier.h | 64 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...] |