Home
last modified time | relevance | path

Searched defs:DT (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/external/llvm/lib/Transforms/Scalar/
DSink.cpp38 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
DLoopSimplifyCFG.cpp39 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/
DSink.cpp38 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/
DLCSSA.cpp63 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
DMem2Reg.cpp30 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
DSimplifyInstructions.cpp37 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
DLoopSimplify.cpp118 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/
Dis_invocable.pass.cpp59 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/
DInstructionPrecedenceTracking.h52 InstructionPrecedenceTracking(DominatorTree *DT) in InstructionPrecedenceTracking()
99 ImplicitControlFlowTracking(DominatorTree *DT) in ImplicitControlFlowTracking()
124 MemoryWriteTracking(DominatorTree *DT) : InstructionPrecedenceTracking(DT) {} in MemoryWriteTracking()
DOrderedInstructions.h35 DominatorTree *DT; variable
44 OrderedInstructions(DominatorTree *DT) : DT(DT) {} in OrderedInstructions()
DDemandedBits.h42 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/
Dis_invocable.pass.cpp139 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/
Dempty.fail.cpp71 …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/
Dempty.fail.cpp70 …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/
DLCSSA.cpp79 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
DCodeMoverUtils.cpp34 const DominatorTree &DT, in isControlFlowEquivalent()
40 const DominatorTree &DT, in isControlFlowEquivalent()
93 const DominatorTree &DT, in isSafeToMoveBefore()
178 const DominatorTree &DT, in moveInstsBottomUp()
DMem2Reg.cpp35 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
DLibCallsShrinkWrap.cpp76 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/
DTypeMetadataUtils.cpp26 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()
DLoads.cpp54 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/
DPPExpressions.cpp88 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/
DDemandedBits.h41 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits()
55 DominatorTree &DT; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombineInternal.h55 const DominatorTree &DT; variable
80 const DominatorTree &DT) in TruncInstCombine()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp52 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/
DPGOMemOPSizeOpt.cpp139 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

12345678910>>...15