Home
last modified time | relevance | path

Searched refs:NewDeps (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp2945 for (auto &[DepJD, Deps] : EDUInfo.NewDeps) { in propagateExtraEmitDeps()
2955 if (UserEDUInfo->NewDeps.empty()) in propagateExtraEmitDeps()
2957 UserEDUNewDepsForJD = &UserEDUInfo->NewDeps[DepJD]; in propagateExtraEmitDeps()
2967 EDUInfo.NewDeps.clear(); in propagateExtraEmitDeps()
3095 EDUInfo.NewDeps = EDU->Dependencies; in simplifyDepGroups()
3322 EDUInfo->NewDeps[DepJD].insert(Dep); in IL_emit()
3358 DepEDUInfo.NewDeps[DepDepJD].insert(DepDep); in IL_emit()
3360 DepEDUInfo.NewDeps[DepDepJD] = DepDeps; in IL_emit()
3416 if (EDUInfo.NewDeps.empty()) in IL_emit()
3417 EDUInfo.NewDeps = EDU->Dependencies; in IL_emit()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2655 unsigned NewDeps = exploreDirections(1, A, B, Bound, in banerjeeMIVtest() local
2657 if (NewDeps > 0) { in banerjeeMIVtest()
2787 unsigned NewDeps = 0; in exploreDirections() local
2791 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2796 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2801 NewDeps += exploreDirections(Level + 1, A, B, Bound, in exploreDirections()
2805 return NewDeps; in exploreDirections()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1145 DenseMap<JITDylib *, DenseSet<NonOwningSymbolStringPtr>> NewDeps; member