Home
last modified time | relevance | path

Searched defs:PDT (Results 1 – 25 of 77) sorted by relevance

1234

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp111 const PostDominatorTree &PDT, in collectControlConditions()
233 const PostDominatorTree &PDT) { in isControlFlowEquivalent()
239 const PostDominatorTree &PDT) { in isControlFlowEquivalent()
313 DominatorTree &DT, const PostDominatorTree *PDT, in isSafeToMoveBefore()
400 DominatorTree &DT, const PostDominatorTree *PDT, in isSafeToMoveBefore()
413 const PostDominatorTree &PDT, in moveInstructionsToTheBeginning()
426 const PostDominatorTree &PDT, in moveInstructionsToTheEnd()
439 const PostDominatorTree *PDT) { in nonStrictlyPostDominate()
471 const PostDominatorTree *PDT) { in isReachedBefore()
DBreakCriticalEdges.cpp53 auto *PDT = PDTWP ? &PDTWP->getPostDomTree() : nullptr; in runOnFunction() local
225 auto *PDT = Options.PDT; in SplitKnownCriticalEdge() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp35 const PostDominatorTree &PDT) { in isControlFlowEquivalent()
41 const PostDominatorTree &PDT) { in isControlFlowEquivalent()
94 const PostDominatorTree &PDT, in isSafeToMoveBefore()
179 const PostDominatorTree &PDT, DependenceInfo &DI) { in moveInstsBottomUp()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DLegacyDivergenceAnalysis.cpp99 PostDominatorTree &PDT, DenseSet<const Value *> &DV, in DivergencePropagator()
122 PostDominatorTree &PDT; member in __anona9771a180111::DivergencePropagator
317 llvm::PostDominatorTree &PDT, in run()
407 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() local
428 auto &PDT = AM.getResult<PostDominatorTreeAnalysis>(F); in run() local
DRegionInfo.cpp128 auto PDT = &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() local
191 auto *PDT = &AM.getResult<PostDominatorTreeAnalysis>(F); in run() local
DDivergenceAnalysis.cpp347 const PostDominatorTree &PDT, const LoopInfo &LI, in DivergenceInfo()
384 auto &PDT = AM.getResult<PostDominatorTreeAnalysis>(F); in run() local
/external/llvm/lib/Analysis/
DDivergenceAnalysis.cpp86 PostDominatorTree &PDT, DenseSet<const Value *> &DV) in DivergencePropagator()
108 PostDominatorTree &PDT; member in __anon3e01e59b0111::DivergencePropagator
297 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() local
DRegionInfo.cpp129 auto PDT = &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() local
190 auto *PDT = &AM.getResult<PostDominatorTreeAnalysis>(F); in run() local
DPostDominators.cpp51 PostDominatorTree PDT; in run() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLegacyDivergenceAnalysis.cpp98 PostDominatorTree &PDT, DenseSet<const Value *> &DV, in DivergencePropagator()
121 PostDominatorTree &PDT; member in __anon43a0b5520111::DivergencePropagator
338 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() local
DRegionInfo.cpp130 auto PDT = &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() local
193 auto *PDT = &AM.getResult<PostDominatorTreeAnalysis>(F); in run() local
DSyncDependenceAnalysis.cpp121 const PostDominatorTree &PDT, in SyncDependenceAnalysis()
133 const PostDominatorTree &PDT; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILowerI1Copies.cpp57 MachinePostDominatorTree *PDT = nullptr; member in __anon1785048f0111::SILowerI1Copies
134 MachinePostDominatorTree &PDT; member in __anon1785048f0111::PhiIncomingAnalysis
144 PhiIncomingAnalysis(MachinePostDominatorTree &PDT) : PDT(PDT) {} in PhiIncomingAnalysis()
260 MachinePostDominatorTree &PDT; member in __anon1785048f0111::LoopFinder
284 LoopFinder(MachineDominatorTree &DT, MachinePostDominatorTree &PDT) in LoopFinder()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DSILowerI1Copies.cpp50 MachinePostDominatorTree *PDT = nullptr; member in __anonf34bf6550111::SILowerI1Copies
126 MachinePostDominatorTree &PDT; member in __anonf34bf6550111::PhiIncomingAnalysis
137 PhiIncomingAnalysis(MachinePostDominatorTree &PDT, const SIInstrInfo *TII) in PhiIncomingAnalysis()
240 MachinePostDominatorTree &PDT; member in __anonf34bf6550111::LoopFinder
264 LoopFinder(MachineDominatorTree &DT, MachinePostDominatorTree &PDT) in LoopFinder()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DSCCP.h45 PostDominatorTree *PDT; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DSyncDependenceAnalysis.h75 const PostDominatorTree &PDT; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DADCE.cpp121 PostDominatorTree &PDT; member in __anoneb335dda0111::AggressiveDeadCodeElimination
196 PostDominatorTree &PDT) in AggressiveDeadCodeElimination()
683 auto &PDT = FAM.getResult<PostDominatorTreeAnalysis>(F); in run() local
712 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() local
DGuardWidening.cpp115 PostDominatorTree *PDT; member in __anon80d733350111::GuardWideningImpl
273 explicit GuardWideningImpl(DominatorTree &DT, PostDominatorTree *PDT, in GuardWideningImpl()
772 auto &PDT = AM.getResult<PostDominatorTreeAnalysis>(F); in run() local
811 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() local
839 auto *PDT = PDTWP ? &PDTWP->getPostDomTree() : nullptr; in runOnLoop() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DADCE.cpp122 PostDominatorTree &PDT; member in __anon76f162600111::AggressiveDeadCodeElimination
197 PostDominatorTree &PDT) in AggressiveDeadCodeElimination()
701 auto &PDT = FAM.getResult<PostDominatorTreeAnalysis>(F); in run() local
733 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() local
DGuardWidening.cpp118 PostDominatorTree *PDT; member in __anon6a21ae7b0111::GuardWideningImpl
277 explicit GuardWideningImpl(DominatorTree &DT, PostDominatorTree *PDT, in GuardWideningImpl()
769 auto &PDT = AM.getResult<PostDominatorTreeAnalysis>(F); in run() local
824 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() local
861 auto *PDT = PDTWP ? &PDTWP->getPostDomTree() : nullptr; in runOnLoop() local
/external/coreboot/src/cpu/x86/64bit/
Dpt.S26 PDT: /* identity map 2MiB pages */ label
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePostDominators.h29 std::unique_ptr<PostDomTreeT> PDT; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachinePostDominators.h29 std::unique_ptr<PostDomTreeT> PDT; variable
/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp333 const PostDominatorTree *PDT) { in isFullPostDominator()
346 const PostDominatorTree *PDT) { in shouldInstrumentBlock()
373 const PostDominatorTree *PDT = in runOnFunction() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DSyncDependenceAnalysis.h83 const PostDominatorTree &PDT; variable

1234