Home
last modified time | relevance | path

Searched defs:PDT (Results 1 - 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DSCCP.h45 PostDominatorTree *PDT; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DSyncDependenceAnalysis.h75 const PostDominatorTree &PDT; member in llvm::SyncDependenceAnalysis
H A DDomTreeUpdater.h264 PostDominatorTree *PDT member in llvm::DomTreeUpdater::UpdateStrategy
[all...]
H A DRegionInfo.h718 PostDomTreeT *PDT; member in llvm::RegionInfoBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineRegionInfo.cpp88 auto PDT = &getAnalysis<MachinePostDominatorTree>(); in runOnMachineFunction() local
H A DMachineSink.cpp92 MachinePostDominatorTree *PDT; // Machine post dominator tree member in __anon24064::MachineSinking
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h123 PostDominatorTree *PDT; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp33 isControlFlowEquivalent(const Instruction &I0, const Instruction &I1, const DominatorTree &DT, const PostDominatorTree &PDT) isControlFlowEquivalent() argument
39 isControlFlowEquivalent(const BasicBlock &BB0, const BasicBlock &BB1, const DominatorTree &DT, const PostDominatorTree &PDT) isControlFlowEquivalent() argument
92 isSafeToMoveBefore(Instruction &I, Instruction &InsertPoint, const DominatorTree &DT, const PostDominatorTree &PDT, DependenceInfo &DI) isSafeToMoveBefore() argument
177 moveInstsBottomUp(BasicBlock &FromBB, BasicBlock &ToBB, const DominatorTree &DT, const PostDominatorTree &PDT, DependenceInfo &DI) moveInstsBottomUp() argument
H A DBreakCriticalEdges.cpp55 auto *PDT = PDTWP ? &PDTWP->getPostDomTree() : nullptr; variable
214 auto *PDT = Options.PDT; in SplitCriticalEdge() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLegacyDivergenceAnalysis.cpp121 PostDominatorTree &PDT; member in __anon23918::DivergencePropagator
338 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() local
97 DivergencePropagator(Function &F, TargetTransformInfo &TTI, DominatorTree &DT, PostDominatorTree &PDT, DenseSet<const Value *> &DV, DenseSet<const Use *> &DU) DivergencePropagator() argument
H A DRegionInfo.cpp130 auto PDT = &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() local
193 auto *PDT = &AM.getResult<PostDominatorTreeAnalysis>(F); in run() local
H A DSyncDependenceAnalysis.cpp133 const PostDominatorTree &PDT; member
120 SyncDependenceAnalysis(const DominatorTree &DT, const PostDominatorTree &PDT, const LoopInfo &LI) SyncDependenceAnalysis() argument
H A DDivergenceAnalysis.cpp432 GPUDivergenceAnalysis(Function &F, const DominatorTree &DT, const PostDominatorTree &PDT, const LoopInfo &LI, const TargetTransformInfo &TTI) GPUDivergenceAnalysis() argument
H A DMustExecute.cpp501 const PostDominatorTree *PDT = PDTGetter(*InitBB->getParent()); in findForwardJoinPoint() local
H A DBranchProbabilityInfo.cpp150 static void UpdatePDTWorklist(const BasicBlock *BB, PostDominatorTree *PDT, in UpdatePDTWorklist() argument
166 computePostDominatedByUnreachable( const Function &F, PostDominatorTree *PDT) computePostDominatedByUnreachable() argument
202 computePostDominatedByColdCall( const Function &F, PostDominatorTree *PDT) computePostDominatedByColdCall() argument
1001 std::unique_ptr<PostDominatorTree> PDT = calculate() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp197 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); in runOnFunction() local
H A DSILowerI1Copies.cpp57 MachinePostDominatorTree *PDT = nullptr; member in __anon24489::SILowerI1Copies
134 MachinePostDominatorTree &PDT; member in __anon24489::PhiIncomingAnalysis
144 PhiIncomingAnalysis(MachinePostDominatorTree &PDT) : PDT(PDT) {} in PhiIncomingAnalysis() argument
260 MachinePostDominatorTree &PDT; member in __anon24489::LoopFinder
284 LoopFinder(MachineDominatorTree &DT, MachinePostDominatorTree &PDT) in LoopFinder() argument
[all...]
H A DAMDILCFGStructurizer.cpp175 MachinePostDominatorTree *PDT; member in __anon24447::AMDGPUCFGStructurizer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DADCE.cpp121 PostDominatorTree &PDT; member in __anon25090::AggressiveDeadCodeElimination
683 auto &PDT = FAM.getResult<PostDominatorTreeAnalysis>(F); in run() local
712 auto &PDT variable
195 AggressiveDeadCodeElimination(Function &F, DominatorTree *DT, PostDominatorTree &PDT) AggressiveDeadCodeElimination() argument
[all...]
H A DGuardWidening.cpp115 PostDominatorTree *PDT; member in __anon25114::GuardWideningImpl
273 explicit GuardWideningImpl(DominatorTree &DT, PostDominatorTree *PDT, in GuardWideningImpl() argument
[all...]
H A DGVNHoist.cpp258 GVNHoist(DominatorTree *DT, PostDominatorTree *PDT, AliasAnalysis *AA, in GVNHoist() argument
332 PostDominatorTree *PDT; member in llvm::GVNHoist
1158 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); variable
1184 PostDominatorTree &PDT = AM.getResult<PostDominatorTreeAnalysis>(F); in run() local
[all...]
H A DLoopFuse.cpp162 const PostDominatorTree *PDT; member
512 PostDominatorTree &PDT; member
1628 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree(); global() variable
1643 auto &PDT = AM.getResult<PostDominatorTreeAnalysis>(F); run() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp497 static bool postDominates(const PostDominatorTree *PDT, const IntrinsicInst *A, in postDominates() argument
600 PostDominatorTree *PDT = nullptr; in runOnFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp556 std::unique_ptr<PostDominatorTree> PDT; in outlineColdRegions() local
400 create(BasicBlock &SinkBB, const DominatorTree &DT, const PostDominatorTree &PDT) create() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp602 const PostDominatorTree *PDT = PDTCallback(F); in instrumentFunction() local
494 isFullPostDominator(const BasicBlock *BB, const PostDominatorTree *PDT) isFullPostDominator() argument
507 shouldInstrumentBlock(const Function &F, const BasicBlock *BB, const DominatorTree *DT, const PostDominatorTree *PDT, const SanitizerCoverageOptions &Options) shouldInstrumentBlock() argument

Completed in 27 milliseconds

12