Home
last modified time | relevance | path

Searched refs:PostDominatorTree (Results 1 – 25 of 36) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DPostDominators.h28 class PostDominatorTree : public PostDomTreeBase<BasicBlock> {
32 PostDominatorTree() = default;
33 explicit PostDominatorTree(Function &F) { recalculate(F); } in PostDominatorTree() function
55 using Result = PostDominatorTree;
59 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
76 PostDominatorTree DT;
80 PostDominatorTree &getPostDomTree() { return DT; } in getPostDomTree()
81 const PostDominatorTree &getPostDomTree() const { return DT; } in getPostDomTree()
98 template <> struct GraphTraits<PostDominatorTree*>
100 static NodeRef getEntryNode(PostDominatorTree *DT) {
[all …]
H A DDomTreeUpdater.h26 class PostDominatorTree; variable
37 DomTreeUpdater(PostDominatorTree &PDT_, UpdateStrategy Strategy_) in DomTreeUpdater()
39 DomTreeUpdater(PostDominatorTree *PDT_, UpdateStrategy Strategy_) in DomTreeUpdater()
41 DomTreeUpdater(DominatorTree &DT_, PostDominatorTree &PDT_, in DomTreeUpdater()
44 DomTreeUpdater(DominatorTree *DT_, PostDominatorTree *PDT_, in DomTreeUpdater()
190 PostDominatorTree &getPostDomTree();
223 PostDominatorTree *PDT = nullptr;
H A DSyncDependenceAnalysis.h31 class PostDominatorTree; variable
63 SyncDependenceAnalysis(const DominatorTree &DT, const PostDominatorTree &PDT,
83 const PostDominatorTree &PDT;
H A DDomPrinter.h61 struct DOTGraphTraits<PostDominatorTree *>
67 static std::string getGraphName(PostDominatorTree *DT) {
72 PostDominatorTree *G) {
H A DBranchProbabilityInfo.h38 class PostDominatorTree; variable
120 PostDominatorTree *PDT = nullptr) {
199 PostDominatorTree *PDT);
392 PostDominatorTree *PDT, uint32_t BBWeight,
401 PostDominatorTree *PDT);
H A DMustExecute.h43 class PostDominatorTree; variable
407 GetterTy<const PostDominatorTree> PDTGetter =
527 GetterTy<const PostDominatorTree> PDTGetter;
H A DLegacyDivergenceAnalysis.h61 PostDominatorTree &PDT, const LoopInfo &LI);
H A DDivergenceAnalysis.h155 const PostDominatorTree &PDT, const LoopInfo &LI,
H A DRegionInfo.h63 class PostDominatorTree; variable
94 using PostDomTreeT = PostDominatorTree;
925 void recalculate(Function &F, DominatorTree *DT, PostDominatorTree *PDT,
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DCodeMoverUtils.h23 class PostDominatorTree; variable
30 const PostDominatorTree &PDT);
37 const PostDominatorTree &PDT);
42 const PostDominatorTree *PDT = nullptr,
50 const PostDominatorTree *PDT = nullptr,
57 const PostDominatorTree &PDT,
63 DominatorTree &DT, const PostDominatorTree &PDT,
73 const PostDominatorTree *PDT);
77 const DominatorTree *DT, const PostDominatorTree *PDT);
H A DMemoryTaggingSupport.h26 class PostDominatorTree; variable
37 bool forAllReachableExits(const DominatorTree &DT, const PostDominatorTree &PDT,
H A DSCCPSolver.h36 class PostDominatorTree; variable
46 PostDominatorTree *PDT;
H A DBasicBlockUtils.h39 class PostDominatorTree; variable
146 PostDominatorTree *PDT;
161 PostDominatorTree *PDT = nullptr)
H A DSampleProfileLoaderBaseImpl.h62 using PostDominatorTreeT = PostDominatorTree;
63 using PostDominatorTreePtrT = std::unique_ptr<PostDominatorTree>;
998 PDT.reset(new PostDominatorTree(F));
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDomPrinter.cpp78 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph()
85 PostDominatorTreeWrapperPass, false, PostDominatorTree *,
90 PostDominatorTreeWrapperPass, false, PostDominatorTree *, in PostDomViewerWrapperPass()
99 PostDominatorTreeWrapperPass, true, PostDominatorTree *,
104 PostDominatorTreeWrapperPass, true, PostDominatorTree *, in PostDomOnlyViewerWrapperPass()
161 PostDominatorTreeWrapperPass, false, PostDominatorTree *,
166 PostDominatorTreeWrapperPass, false, PostDominatorTree *, in PostDomPrinterWrapperPass()
175 PostDominatorTreeWrapperPass, true, PostDominatorTree *,
180 PostDominatorTreeWrapperPass, true, PostDominatorTree *, in PostDomOnlyPrinterWrapperPass()
H A DPostDominators.cpp45 bool PostDominatorTree::invalidate(Function &F, const PreservedAnalyses &PA, in invalidate()
54 bool PostDominatorTree::dominates(const Instruction *I1, in dominates()
83 assert(DT.verify(PostDominatorTree::VerificationLevel::Full)); in verifyAnalysis()
85 assert(DT.verify(PostDominatorTree::VerificationLevel::Basic)); in verifyAnalysis()
98 PostDominatorTree PostDominatorTreeAnalysis::run(Function &F, in run()
100 PostDominatorTree PDT(F); in run()
H A DSyncDependenceAnalysis.cpp251 const PostDominatorTree &PDT, in SyncDependenceAnalysis()
265 const PostDominatorTree &PDT;
280 const PostDominatorTree &PDT, const LoopInfo &LI, in DivergencePropagator()
H A DLegacyDivergenceAnalysis.cpp99 PostDominatorTree &PDT, DenseSet<const Value *> &DV, in DivergencePropagator()
122 PostDominatorTree &PDT;
317 llvm::PostDominatorTree &PDT, in run()
H A DMustExecute.cpp372 SmallVector<std::unique_ptr<PostDominatorTree>, 8> PDTs; in runOnModule()
385 GetterTy<PostDominatorTree> PDTGetter = [&](const Function &F) { in runOnModule()
387 std::make_unique<PostDominatorTree>(const_cast<Function &>(F))); in runOnModule()
512 const PostDominatorTree *PDT = PDTGetter(*InitBB->getParent()); in findForwardJoinPoint()
866 GetterTy<const PostDominatorTree> PDTGetter = [&](const Function &F) { in run()
H A DBranchProbabilityInfo.cpp733 const LoopBlock &LoopBB, DominatorTree *DT, PostDominatorTree *PDT, in propagateEstimatedBlockWeight()
810 const Function &F, DominatorTree *DT, PostDominatorTree *PDT) { in computeEestimateBlockWeight()
1215 PostDominatorTree *PDT) { in calculate()
1227 std::unique_ptr<PostDominatorTree> PDTPtr; in calculate()
1235 PDTPtr = std::make_unique<PostDominatorTree>(const_cast<Function &>(F)); in calculate()
1290 PostDominatorTree &PDT = in runOnFunction()
H A DRegionInfo.cpp97 PostDominatorTree *PDT_, DominanceFrontier *DF_) { in recalculate()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp65 const PostDominatorTree &PDT,
111 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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp439 const PostDominatorTree &PDT) { in create()
597 std::unique_ptr<PostDominatorTree> PDT; in outlineColdRegions()
629 PDT = std::make_unique<PostDominatorTree>(F); in outlineColdRegions()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp497 std::unique_ptr<PostDominatorTree> DeletePDT; in runOnFunction()
498 PostDominatorTree *PDT = nullptr; in runOnFunction()
503 DeletePDT = std::make_unique<PostDominatorTree>(*F); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp210 function_ref<const PostDominatorTree *(Function &F)>;
302 auto PDTCallback = [&FAM](Function &F) -> const PostDominatorTree * { in run()
549 const PostDominatorTree *PDT) { in isFullPostDominator()
560 const PostDominatorTree *PDT, in shouldInstrumentBlock()
661 const PostDominatorTree *PDT = PDTCallback(F); in instrumentFunction()

12