Home
last modified time | relevance | path

Searched refs:DepGroups (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp3443 ArrayRef<SymbolDependenceGroup> DepGroups) { in OL_notifyEmitted() argument
3447 if (!DepGroups.empty()) { in OL_notifyEmitted()
3449 for (auto &SDG : DepGroups) { in OL_notifyEmitted()
3458 for (auto &DG : DepGroups) { in OL_notifyEmitted()
3468 auto EDUInfos = simplifyDepGroups(MR, DepGroups); in OL_notifyEmitted()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h633 Error notifyEmitted(ArrayRef<SymbolDependenceGroup> DepGroups);