HomeSort by relevance Sort by last modified time
    Searched refs:PDT (Results 1 - 25 of 48) sorted by null

1 2

  /external/llvm/lib/Analysis/
PostDominators.cpp 51 PostDominatorTree PDT;
52 PDT.recalculate(F);
53 return PDT;
DivergenceAnalysis.cpp 86 PostDominatorTree &PDT, DenseSet<const Value *> &DV)
87 : F(F), TTI(TTI), DT(DT), PDT(PDT), DV(DV) {}
108 PostDominatorTree &PDT;
148 DomTreeNode *ThisNode = PDT.getNode(ThisBB);
225 assert(PDT.properlyDominates(End, Start) &&
297 auto &PDT = getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree();
300 PDT, DivergentValues);
RegionInfo.cpp 98 PDT = PDT_;
129 auto PDT = &getAnalysis<PostDominatorTreeWrapperPass>().getPostDomTree();
132 RI.recalculate(F, DT, PDT, DF);
190 auto *PDT = &AM.getResult<PostDominatorTreeAnalysis>(F);
193 RI.recalculate(F, DT, PDT, DF);
  /external/llvm/lib/CodeGen/
MachineRegionInfo.cpp 59 PDT = PDT_;
85 auto PDT = &getAnalysis<MachinePostDominatorTree>();
88 RI.recalculate(F, DT, PDT, DF);
  /external/llvm/unittests/IR/
DominatorTreeTest.cpp 32 PostDominatorTree *PDT =
157 EXPECT_TRUE(PDT->dominates(BB0, BB0));
158 EXPECT_FALSE(PDT->dominates(BB1, BB0));
159 EXPECT_FALSE(PDT->dominates(BB2, BB0));
160 EXPECT_FALSE(PDT->dominates(BB3, BB0));
161 EXPECT_TRUE(PDT->dominates(BB4, BB1));
167 PDT->getDescendants(BB0, PostDominatedBBs);
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 681 : DT(std::move(Arg.DT)), PDT(std::move(Arg.PDT)), DF(std::move(Arg.DF)),
688 PDT = std::move(RHS.PDT);
697 PostDomTreeT *PDT;
713 PDT = nullptr;
884 void recalculate(Function &F, DominatorTree *DT, PostDominatorTree *PDT,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GuardWidening.cpp 63 PostDominatorTree &PDT;
206 explicit GuardWideningImpl(DominatorTree &DT, PostDominatorTree &PDT,
208 : DT(DT), PDT(PDT), LI(LI) {}
357 !PDT.dominates(DominatedGuard->getParent(), DominatingGuard->getParent());
659 auto &PDT = AM.getResult<PostDominatorTreeAnalysis>(F);
660 bool Changed = GuardWideningImpl(DT, PDT, LI).run();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 689 : DT(std::move(Arg.DT)), PDT(std::move(Arg.PDT)), DF(std::move(Arg.DF)),
696 PDT = std::move(RHS.PDT);
705 PostDomTreeT *PDT;
721 PDT = nullptr;
896 void recalculate(Function &F, DominatorTree *DT, PostDominatorTree *PDT,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 689 : DT(std::move(Arg.DT)), PDT(std::move(Arg.PDT)), DF(std::move(Arg.DF)),
696 PDT = std::move(RHS.PDT);
705 PostDomTreeT *PDT;
721 PDT = nullptr;
896 void recalculate(Function &F, DominatorTree *DT, PostDominatorTree *PDT,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 689 : DT(std::move(Arg.DT)), PDT(std::move(Arg.PDT)), DF(std::move(Arg.DF)),
696 PDT = std::move(RHS.PDT);
705 PostDomTreeT *PDT;
721 PDT = nullptr;
896 void recalculate(Function &F, DominatorTree *DT, PostDominatorTree *PDT,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 689 : DT(std::move(Arg.DT)), PDT(std::move(Arg.PDT)), DF(std::move(Arg.DF)),
696 PDT = std::move(RHS.PDT);
705 PostDomTreeT *PDT;
721 PDT = nullptr;
896 void recalculate(Function &F, DominatorTree *DT, PostDominatorTree *PDT,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 689 : DT(std::move(Arg.DT)), PDT(std::move(Arg.PDT)), DF(std::move(Arg.DF)),
696 PDT = std::move(RHS.PDT);
705 PostDomTreeT *PDT;
721 PDT = nullptr;
896 void recalculate(Function &F, DominatorTree *DT, PostDominatorTree *PDT,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 689 : DT(std::move(Arg.DT)), PDT(std::move(Arg.PDT)), DF(std::move(Arg.DF)),
696 PDT = std::move(RHS.PDT);
705 PostDomTreeT *PDT;
721 PDT = nullptr;
896 void recalculate(Function &F, DominatorTree *DT, PostDominatorTree *PDT,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 689 : DT(std::move(Arg.DT)), PDT(std::move(Arg.PDT)), DF(std::move(Arg.DF)),
696 PDT = std::move(RHS.PDT);
705 PostDomTreeT *PDT;
721 PDT = nullptr;
896 void recalculate(Function &F, DominatorTree *DT, PostDominatorTree *PDT,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfo.h 689 : DT(std::move(Arg.DT)), PDT(std::move(Arg.PDT)), DF(std::move(Arg.DF)),
696 PDT = std::move(RHS.PDT);
705 PostDomTreeT *PDT;
721 PDT = nullptr;
896 void recalculate(Function &F, DominatorTree *DT, PostDominatorTree *PDT,
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 333 const PostDominatorTree *PDT) {
338 if (!PDT->dominates(BB, PRED))
346 const PostDominatorTree *PDT) {
350 return !(isFullDominator(BB, DT) || isFullPostDominator(BB, PDT));
373 const PostDominatorTree *PDT =
377 if (shouldInstrumentBlock(F, &BB, DT, PDT))
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_test.go 39 "Sun, 31 Mar 1918 03:00:00 -0700 (PDT)",
  /prebuilts/go/linux-x86/src/time/
zoneinfo_test.go 39 "Sun, 31 Mar 1918 03:00:00 -0700 (PDT)",
  /external/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 88 MachinePostDominatorTree *PDT,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 88 MachinePostDominatorTree *PDT,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 88 MachinePostDominatorTree *PDT,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 88 MachinePostDominatorTree *PDT,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 88 MachinePostDominatorTree *PDT,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 88 MachinePostDominatorTree *PDT,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 88 MachinePostDominatorTree *PDT,

Completed in 972 milliseconds

1 2