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

  /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);
MachineSink.cpp 62 MachinePostDominatorTree *PDT; // Machine post dominator tree
269 PDT = &getAnalysis<MachinePostDominatorTree>();
505 if (!PDT->dominates(SuccToSinkTo, MBB))
  /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...]
RegionInfoImpl.h 640 return PDT->getNode(e->second)->getIDom();
683 DomTreeNodeT *N = PDT->getNode(entry);
  /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();
  /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)",
time_test.go 20 // We should be in PST/PDT, but if the time zone files are missing we
25 // PST is 8 hours west, PDT is 7 hours west. We could use the name but it's not unique.
65 {1221681866, parsedTime{2008, September, 17, 13, 4, 26, 0, Wednesday, -7 * 60 * 60, "PDT"}},
70 {1221681866, parsedTime{2008, September, 17, 13, 4, 26, 3e8, Wednesday, -7 * 60 * 60, "PDT"}},
567 {2011, 11, 6, 1, 0, 0, 0, Local, 1320566400}, // 1:00:00 PDT
568 {2011, 11, 6, 1, 59, 59, 0, Local, 1320569999}, // 1:59:59 PDT
573 {2011, 3, 13, 3, 0, 0, 0, Local, 1300010400}, // 3:00:00 PDT
574 {2011, 3, 13, 2, 30, 0, 0, Local, 1300008600}, // 2:30:00 PDT ? 1:30 PST
    [all...]
zoneinfo_abbrs_windows.go 44 "Pacific Standard Time": {"PST", "PDT"}, // America/Los_Angeles
55 "Pacific Standard Time (Mexico)": {"PST", "PDT"}, // America/Tijuana
format_test.go 135 {"RFC1123", RFC1123, "Thu, 04 Feb 2010 22:00:57 PDT", true, true, 1, 0},
  /prebuilts/go/linux-x86/src/time/
zoneinfo_test.go 39 "Sun, 31 Mar 1918 03:00:00 -0700 (PDT)",
time_test.go 20 // We should be in PST/PDT, but if the time zone files are missing we
25 // PST is 8 hours west, PDT is 7 hours west. We could use the name but it's not unique.
65 {1221681866, parsedTime{2008, September, 17, 13, 4, 26, 0, Wednesday, -7 * 60 * 60, "PDT"}},
70 {1221681866, parsedTime{2008, September, 17, 13, 4, 26, 3e8, Wednesday, -7 * 60 * 60, "PDT"}},
567 {2011, 11, 6, 1, 0, 0, 0, Local, 1320566400}, // 1:00:00 PDT
568 {2011, 11, 6, 1, 59, 59, 0, Local, 1320569999}, // 1:59:59 PDT
573 {2011, 3, 13, 3, 0, 0, 0, Local, 1300010400}, // 3:00:00 PDT
574 {2011, 3, 13, 2, 30, 0, 0, Local, 1300008600}, // 2:30:00 PDT ? 1:30 PST
    [all...]
zoneinfo_abbrs_windows.go 44 "Pacific Standard Time": {"PST", "PDT"}, // America/Los_Angeles
55 "Pacific Standard Time (Mexico)": {"PST", "PDT"}, // America/Tijuana
format_test.go 135 {"RFC1123", RFC1123, "Thu, 04 Feb 2010 22:00:57 PDT", true, true, 1, 0},
  /external/llvm/include/llvm/CodeGen/
MachineRegionInfo.h 88 MachinePostDominatorTree *PDT,
  /external/llvm/lib/Transforms/IPO/
SampleProfile.cpp 99 : DT(nullptr), PDT(nullptr), LI(nullptr), ACT(nullptr), Reader(),
161 std::unique_ptr<DominatorTreeBase<BasicBlock>> PDT;
393 PDT = nullptr;
748 findEquivalencesFor(BB1, DominatedBBs, PDT.get());
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
RegionInfo.h 535 PostDominatorTree *PDT;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
RegionInfo.cpp 542 return PDT->getNode(e->second)->getIDom();
585 DomTreeNode *N = PDT->getNode(entry);
697 PDT = &getAnalysis<PostDominatorTree>();
  /external/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp 173 PDT = &getAnalysis<MachinePostDominatorTree>();
174 DEBUG(PDT->print(dbgs()););
183 MachinePostDominatorTree *PDT;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 140 PostDominatorTree *PDT;
845 if (PDT->dominates(B, HB))
    [all...]

Completed in 568 milliseconds