Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h63 using GlobalValueSet = std::set<const GlobalValue *>; variable
67 std::function<std::optional<GlobalValueSet>(GlobalValueSet Requested)>;
71 static std::optional<GlobalValueSet>
72 compileRequested(GlobalValueSet Requested);
76 static std::optional<GlobalValueSet>
77 compileWholeModule(GlobalValueSet Requested);
115 void expandPartition(GlobalValueSet &Partition);
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp105 std::optional<CompileOnDemandLayer::GlobalValueSet>
106 CompileOnDemandLayer::compileRequested(GlobalValueSet Requested) { in compileRequested()
110 std::optional<CompileOnDemandLayer::GlobalValueSet>
111 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule()
227 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition()
269 GlobalValueSet RequestedGVs; in emitPartition()