| /external/llvm/lib/Transforms/Scalar/ |
| D | Sink.cpp | 38 DominatorTree &DT) { in AllUsesDominatedByBlock() 96 DominatorTree &DT, LoopInfo &LI) { in IsAcceptableTarget() 141 DominatorTree &DT, LoopInfo &LI, AAResults &AA) { in SinkInstruction() 200 static bool ProcessBlock(BasicBlock &BB, DominatorTree &DT, LoopInfo &LI, in ProcessBlock() 240 static bool iterativelySinkInstructions(Function &F, DominatorTree &DT, in iterativelySinkInstructions() 258 auto &DT = AM.getResult<DominatorTreeAnalysis>(F); in run() local 280 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() local
|
| D | LoopSimplifyCFG.cpp | 39 static bool simplifyLoopCFG(Loop &L, DominatorTree &DT, LoopInfo &LI) { in simplifyLoopCFG() 73 auto *DT = FAM.getCachedResult<DominatorTreeAnalysis>(*F); in run() local 93 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnLoop() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | Sink.cpp | 38 DominatorTree &DT) { in AllUsesDominatedByBlock() 96 DominatorTree &DT, LoopInfo &LI) { in IsAcceptableTarget() 141 DominatorTree &DT, LoopInfo &LI, AAResults &AA) { in SinkInstruction() 199 static bool ProcessBlock(BasicBlock &BB, DominatorTree &DT, LoopInfo &LI, in ProcessBlock() 239 static bool iterativelySinkInstructions(Function &F, DominatorTree &DT, in iterativelySinkInstructions() 257 auto &DT = AM.getResult<DominatorTreeAnalysis>(F); in run() local 278 auto &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | LCSSA.cpp | 63 static bool processInstruction(Loop &L, Instruction &Inst, DominatorTree &DT, in processInstruction() 208 DominatorTree &DT, in blockDominatesAnExit() 216 bool llvm::formLCSSA(Loop &L, DominatorTree &DT, LoopInfo *LI, in formLCSSA() 262 bool llvm::formLCSSARecursively(Loop &L, DominatorTree &DT, LoopInfo *LI, in formLCSSARecursively() 275 static bool formLCSSAOnAllLoops(LoopInfo *LI, DominatorTree &DT, in formLCSSAOnAllLoops() 291 DominatorTree *DT; member 338 auto &DT = AM.getResult<DominatorTreeAnalysis>(F); in run() local
|
| D | Mem2Reg.cpp | 30 static bool promoteMemoryToRegister(Function &F, DominatorTree &DT, in promoteMemoryToRegister() 57 auto &DT = AM.getResult<DominatorTreeAnalysis>(F); in run() local 80 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() local
|
| D | SimplifyInstructions.cpp | 37 static bool runImpl(Function &F, const DominatorTree *DT, const TargetLibraryInfo *TLI, in runImpl() 104 const DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction() local 130 auto *DT = AM.getCachedResult<DominatorTreeAnalysis>(F); in run() local
|
| D | LoopSimplify.cpp | 118 BasicBlock *llvm::InsertPreheaderForLoop(Loop *L, DominatorTree *DT, in InsertPreheaderForLoop() 160 DominatorTree *DT, LoopInfo *LI, in rewriteLoopExitBlock() 207 static PHINode *findPHIToPartitionLoops(Loop *L, DominatorTree *DT, in findPHIToPartitionLoops() 250 DominatorTree *DT, LoopInfo *LI, in separateNestedLoop() 353 DominatorTree *DT, LoopInfo *LI) { in insertUniqueBackedgeBlock() 465 DominatorTree *DT, LoopInfo *LI, in simplifyOneLoop() 698 bool llvm::simplifyLoop(Loop *L, DominatorTree *DT, LoopInfo *LI, in simplifyLoop() 775 DominatorTree *DT = &getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() local 810 DominatorTree *DT = &AM.getResult<DominatorTreeAnalysis>(F); in run() local
|
| /external/libcxx/test/std/utilities/meta/meta.rel/ |
| D | is_invocable.pass.cpp | 59 using DT = std::reference_wrapper<DerFromTag>; in main() typedef 71 using DT = DerFromTag*; in main() typedef 97 using DT = std::reference_wrapper<DerFromTag>; in main() typedef 108 using DT = DerFromTag*; in main() typedef
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | InstructionPrecedenceTracking.h | 52 InstructionPrecedenceTracking(DominatorTree *DT) in InstructionPrecedenceTracking() 99 ImplicitControlFlowTracking(DominatorTree *DT) in ImplicitControlFlowTracking() 124 MemoryWriteTracking(DominatorTree *DT) : InstructionPrecedenceTracking(DT) {} in MemoryWriteTracking()
|
| D | OrderedInstructions.h | 35 DominatorTree *DT; variable 44 OrderedInstructions(DominatorTree *DT) : DT(DT) {} in OrderedInstructions()
|
| D | DemandedBits.h | 42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits() 73 DominatorTree &DT; variable
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.rel/ |
| D | is_invocable.pass.cpp | 139 using DT = std::reference_wrapper<DerFromTag>; in main() typedef 151 using DT = DerFromTag*; in main() typedef 177 using DT = std::reference_wrapper<DerFromTag>; in main() typedef 188 using DT = DerFromTag*; in main() typedef
|
| /external/libcxx/test/std/iterators/iterator.primitives/iterator.traits/ |
| D | empty.fail.cpp | 71 …typedef T::difference_type DT; // expected-error-re {{no type named 'difference_type' in 'std::_… in main() typedef 80 …typedef T::difference_type DT; // expected-error-re {{no type named 'difference_type' in 'std::_… in main() typedef 89 …typedef T::difference_type DT; // expected-error-re {{no type named 'difference_type' in 'std::_… in main() typedef 98 …typedef T::difference_type DT; // expected-error-re {{no type named 'difference_type' in 'std::_… in main() typedef 107 …typedef T::difference_type DT; // expected-error-re {{no type named 'difference_type' in 'std::_… in main() typedef 116 …typedef T::difference_type DT; // expected-error-re {{no type named 'difference_type' in 'std::_… in main() typedef
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/iterators/iterator.primitives/iterator.traits/ |
| D | empty.fail.cpp | 70 …typedef T::difference_type DT; // expected-error-re {{no type named 'difference_type' in 'std:{{… in main() typedef 79 …typedef T::difference_type DT; // expected-error-re {{no type named 'difference_type' in 'std:{{… in main() typedef 88 …typedef T::difference_type DT; // expected-error-re {{no type named 'difference_type' in 'std:{{… in main() typedef 97 …typedef T::difference_type DT; // expected-error-re {{no type named 'difference_type' in 'std:{{… in main() typedef 106 …typedef T::difference_type DT; // expected-error-re {{no type named 'difference_type' in 'std:{{… in main() typedef 115 …typedef T::difference_type DT; // expected-error-re {{no type named 'difference_type' in 'std:{{… in main() typedef
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | LCSSA.cpp | 79 DominatorTree &DT, LoopInfo &LI, in formLCSSAForInstructions() 277 Loop &L, DominatorTree &DT, SmallVector<BasicBlock *, 8> &ExitBlocks, in computeBlocksDominatingExits() 321 bool llvm::formLCSSA(Loop &L, DominatorTree &DT, LoopInfo *LI, in formLCSSA() 386 bool llvm::formLCSSARecursively(Loop &L, DominatorTree &DT, LoopInfo *LI, in formLCSSARecursively() 399 static bool formLCSSAOnAllLoops(LoopInfo *LI, DominatorTree &DT, in formLCSSAOnAllLoops() 415 DominatorTree *DT; member 482 auto &DT = AM.getResult<DominatorTreeAnalysis>(F); in run() local
|
| D | CodeMoverUtils.cpp | 34 const DominatorTree &DT, in isControlFlowEquivalent() 40 const DominatorTree &DT, in isControlFlowEquivalent() 93 const DominatorTree &DT, in isSafeToMoveBefore() 178 const DominatorTree &DT, in moveInstsBottomUp()
|
| D | Mem2Reg.cpp | 35 static bool promoteMemoryToRegister(Function &F, DominatorTree &DT, in promoteMemoryToRegister() 62 auto &DT = AM.getResult<DominatorTreeAnalysis>(F); in run() local 88 DominatorTree &DT = getAnalysis<DominatorTreeWrapperPass>().getDomTree(); in runOnFunction() local
|
| D | LibCallsShrinkWrap.cpp | 76 LibCallsShrinkWrap(const TargetLibraryInfo &TLI, DominatorTree *DT) in LibCallsShrinkWrap() 130 DominatorTree *DT; member in __anon20fe3ea60211::LibCallsShrinkWrap 524 DominatorTree *DT) { in runImpl() 539 auto *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction() local 554 auto *DT = FAM.getCachedResult<DominatorTreeAnalysis>(F); in run() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | TypeMetadataUtils.cpp | 26 const CallInst *CI, DominatorTree &DT) { in findCallsAtConstantOffset() 53 int64_t Offset, const CallInst *CI, DominatorTree &DT) { in findLoadCallsAtConstantOffset() 76 DominatorTree &DT) { in findDevirtualizableCallsForTypeTest() 101 const CallInst *CI, DominatorTree &DT) { in findDevirtualizableCallsForTypeCheckedLoad()
|
| D | Loads.cpp | 54 const Instruction *CtxI, const DominatorTree *DT, in isDereferenceableAndAlignedPointer() 127 const DominatorTree *DT) { in isDereferenceableAndAlignedPointer() 142 const DominatorTree *DT) { in isDereferenceableAndAlignedPointer() 162 const DominatorTree *DT) { in isDereferenceablePointer() 199 DominatorTree &DT) { in isDereferenceableAndAlignedInLoop() 265 const DominatorTree *DT) { in isSafeToLoadUnconditionally() 344 const DominatorTree *DT) { in isSafeToLoadUnconditionally()
|
| /external/clang/lib/Lex/ |
| D | PPExpressions.cpp | 88 static bool EvaluateDefined(PPValue &Result, Token &PeekTok, DefinedTracker &DT, in EvaluateDefined() argument 214 static bool EvaluateValue(PPValue &Result, Token &PeekTok, DefinedTracker &DT, in EvaluateValue() 563 DefinedTracker DT; in EvaluateDirectiveSubExpr() local 756 DefinedTracker DT; in EvaluateDirectiveSubExpr() local 819 DefinedTracker DT; in EvaluateDirectiveExpression() local
|
| /external/llvm/include/llvm/Analysis/ |
| D | DemandedBits.h | 41 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits() 55 DominatorTree &DT; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
| D | AggressiveInstCombineInternal.h | 55 const DominatorTree &DT; variable 80 const DominatorTree &DT) in TruncInstCombine()
|
| /external/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 52 const DominatorTree *DT; member 105 static bool ValueDominatesPHI(Value *V, PHINode *P, const DominatorTree *DT) { in ValueDominatesPHI() 584 const DominatorTree *DT, AssumptionCache *AC, in SimplifyAddInst() 779 const DominatorTree *DT, AssumptionCache *AC, in SimplifySubInst() 948 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFAddInst() 957 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFSubInst() 966 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFMulInst() 974 const DominatorTree *DT, AssumptionCache *AC, in SimplifyMulInst() 1075 const DominatorTree *DT, AssumptionCache *AC, in SimplifySDivInst() 1093 const DominatorTree *DT, AssumptionCache *AC, in SimplifyUDivInst() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | PGOMemOPSizeOpt.cpp | 139 OptimizationRemarkEmitter &ORE, DominatorTree *DT) in MemOPSizeOpt() 176 DominatorTree *DT; member in __anon878d414c0211::MemOPSizeOpt 417 DominatorTree *DT) { in PGOMemOPSizeOptImpl() 433 DominatorTree *DT = DTWP ? &DTWP->getDomTree() : nullptr; in runOnFunction() local 444 auto *DT = FAM.getCachedResult<DominatorTreeAnalysis>(F); in run() local
|