Home
last modified time | relevance | path

Searched defs:Deps (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp625 SmallVectorImpl<DataDep> &Deps, in getDataDeps()
655 SmallVectorImpl<DataDep> &Deps, in getPHIDeps()
691 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards()
797 SmallVector<DataDep, 8> Deps; in computeInstrDepths() local
1016 SmallVector<DataDep, 8> Deps; in computeInstrHeights() local
1157 SmallVector<DataDep, 1> Deps; in getPHIDepth() local
DInlineSpiller.cpp120 TinyPtrVector<VNInfo*> Deps; member
369 TinyPtrVector<VNInfo*> *Deps = VNI ? &FirstDeps : &SVI->second.Deps; in propagateSiblingValue() local
DMachineScheduler.cpp2927 SmallVectorImpl<SDep> &Deps = isTop ? SU->Preds : SU->Succs; in reschedulePhysRegCopies() local
/external/llvm/unittests/ADT/
DDAGDeltaAlgorithmTest.cpp61 std::vector<edge_ty> Deps; in TEST() local
/external/llvm/lib/Analysis/
DMemDepPrinter.cpp40 DepSetMap Deps; member
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp129 const auto *Deps = LAI.getDepChecker().getDependences(); in findStoreToLoadDependences() local
DGVN.cpp1365 void GVN::AnalyzeLoadAvailability(LoadInst *LI, LoadDepVect &Deps, in AnalyzeLoadAvailability()
1718 LoadDepVect Deps; in processNonLocalLoad() local
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp376 if (const SymbolRefSmallVectorTy *Deps = SymMgr.getDependentSymbols(sym)) { in markDependentsLive() local