Home
last modified time | relevance | path

Searched refs:Dependants (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp992 OtherMI.Dependants[this].insert(Name); in addDependencies()
1141 for (auto &KV : MI.Dependants) { in emit()
1176 assert(DependantMI.Dependants.empty() && in emit()
1196 MI.Dependants.clear(); in emit()
1267 for (auto &KV : MI.Dependants) { in notifyFailed()
1293 assert(DependantMI.Dependants.empty() && in notifyFailed()
1299 MI.Dependants.clear(); in notifyFailed()
1309 assert(UnemittedDepMII->second.Dependants.count(&JD) && in notifyFailed()
1311 assert(UnemittedDepMII->second.Dependants[&JD].count(Name) && in notifyFailed()
1313 UnemittedDepMII->second.Dependants[&JD].erase(Name); in notifyFailed()
[all …]
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp857 OtherMI.Dependants[this].insert(Name); in addDependencies()
1033 for (auto &KV : MI.Dependants) { in emit()
1071 assert(DependantMI.Dependants.empty() && in emit()
1092 MI.Dependants.clear(); in emit()
1160 for (auto &KV : MI.Dependants) { in failSymbols()
1186 assert(DependantMI.Dependants.empty() && in failSymbols()
1192 MI.Dependants.clear(); in failSymbols()
1202 assert(UnemittedDepMII->second.Dependants.count(&JD) && in failSymbols()
1204 assert(UnemittedDepMII->second.Dependants[&JD].count(Name) && in failSymbols()
1206 UnemittedDepMII->second.Dependants[&JD].erase(Name); in failSymbols()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h934 SymbolDependenceMap Dependants; member
1038 const SymbolDependenceMap &Dependants);
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1059 SymbolDependenceMap Dependants; member
1154 const SymbolDependenceMap &Dependants);