Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1821 ArrayRef<SymbolDependenceGroup> EmittedDeps);
1838 ArrayRef<SymbolDependenceGroup> EmittedDeps);
2036 ArrayRef<SymbolDependenceGroup> EmittedDeps) { in notifyEmitted() argument
2037 return getExecutionSession().OL_notifyEmitted(*this, EmittedDeps); in notifyEmitted()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp2965 ArrayRef<SymbolDependenceGroup> EmittedDeps) { in simplifyDepGroups() argument
2972 EDUInfos.reserve(EmittedDeps.size()); in simplifyDepGroups()
2974 for (auto &DG : EmittedDeps) { in simplifyDepGroups()
3032 for (auto &DG : EmittedDeps) { in simplifyDepGroups()