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

  /external/llvm/unittests/ADT/
DAGDeltaAlgorithmTest.cpp 61 std::vector<edge_ty> Deps;
65 Deps.clear();
66 Deps.push_back(std::make_pair(3, 1));
72 EXPECT_EQ(fixed_set(4, 1, 3, 5, 7), FDA.Run(range(20), Deps));
79 Deps.clear();
80 Deps.push_back(std::make_pair(1, 0));
81 Deps.push_back(std::make_pair(2, 0));
82 Deps.push_back(std::make_pair(4, 0));
83 Deps.push_back(std::make_pair(3, 2));
91 EXPECT_EQ(fixed_set(4, 0, 1, 2, 3), FDA2.Run(range(5), Deps));
    [all...]
  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 41 DepSetMap Deps;
59 Deps.clear();
109 Deps[Inst].insert(std::make_pair(getInstTypePair(Res),
115 DepSet &InstDeps = Deps[Inst];
126 Deps[Inst].insert(std::make_pair(getInstTypePair(0, Unknown),
135 Deps[Inst].insert(std::make_pair(getInstTypePair(0, Unknown),
148 DepSet &InstDeps = Deps[Inst];
164 DepSetMap::const_iterator DI = Deps.find(Inst);
165 if (DI == Deps.end())
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 640 SmallVectorImpl<DataDep> &Deps,
655 Deps.push_back(DataDep(MRI, Reg, MO.getOperandNo()));
662 // This will add at most one dependency to Deps.
664 SmallVectorImpl<DataDep> &Deps,
674 Deps.push_back(DataDep(MRI, Reg, i));
700 SmallVectorImpl<DataDep> &Deps,
727 Deps.push_back(DataDep(I->MI, I->Op, MO.getOperandNo()));
806 SmallVector<DataDep, 8> Deps;
836 Deps.clear();
838 getPHIDeps(UseMI, Deps, TBI.Pred, MTM.MRI)
    [all...]
InlineSpiller.cpp 119 TinyPtrVector<VNInfo*> Deps;
330 OS << " deps[";
331 for (unsigned i = 0, e = SVI.Deps.size(); i != e; ++i)
332 OS << ' ' << SVI.Deps[i]->id << '@' << SVI.Deps[i]->def;
351 // When VNI is non-NULL, add it to SVI's deps, and only propagate to that.
355 SVI->second.Deps.push_back(VNI);
368 TinyPtrVector<VNInfo*> *Deps = VNI ? &FirstDeps : &SVI->second.Deps;
375 DEBUG(dbgs() << " prop to " << Deps->size() << ":
    [all...]
MachineScheduler.cpp     [all...]
  /external/chromium_org/tools/gn/
variables.cc 213 " See also \"deps\".\n";
229 const char kDeps[] = "deps";
231 "deps: [label list] Linked dependencies.";
233 "deps: Linked dependencies.\n"
239 " linked (like custom scripts and groups) listed in \"deps\" will be\n"
241 " linkable, then all deps will be treated as \"datadeps\".\n"
324 INSERT_VARIABLE(Deps)
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 381 if (const SymbolRefSmallVectorTy *Deps = SymMgr.getDependentSymbols(sym)) {
382 for (SymbolRefSmallVectorTy::const_iterator I = Deps->begin(),
383 E = Deps->end(); I != E; ++I) {
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 327 const MemoryDependenceAnalysis::NonLocalDepInfo &deps = local
334 for (unsigned i = 0, e = deps.size(); i != e; ++i) {
335 const NonLocalDepEntry *I = &deps[i];
681 void AnalyzeLoadAvailability(LoadInst *LI, LoadDepVect &Deps,
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
history.js 95 // the ToT blink group. For other test types, we want it to be the Deps group.
  /build/core/
java.mk 321 # Deps for generated source files must be handled separately,
322 # via deps on the target that generates the sources.

Completed in 227 milliseconds