Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h70 using GlobalValueSet = std::set<const GlobalValue *>; variable
74 std::function<Optional<GlobalValueSet>(GlobalValueSet Requested)>;
78 static Optional<GlobalValueSet> compileRequested(GlobalValueSet Requested);
82 static Optional<GlobalValueSet> compileWholeModule(GlobalValueSet Requested);
120 void expandPartition(GlobalValueSet &Partition);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp103 Optional<CompileOnDemandLayer::GlobalValueSet>
104 CompileOnDemandLayer::compileRequested(GlobalValueSet Requested) { in compileRequested()
108 Optional<CompileOnDemandLayer::GlobalValueSet>
109 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule()
210 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition()
252 GlobalValueSet RequestedGVs; in emitPartition()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp106 Optional<CompileOnDemandLayer::GlobalValueSet>
107 CompileOnDemandLayer::compileRequested(GlobalValueSet Requested) { in compileRequested()
111 Optional<CompileOnDemandLayer::GlobalValueSet>
112 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule()
226 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition()
268 GlobalValueSet RequestedGVs; in emitPartition()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h73 using GlobalValueSet = std::set<const GlobalValue *>; variable
77 std::function<Optional<GlobalValueSet>(GlobalValueSet Requested)>;
81 static Optional<GlobalValueSet> compileRequested(GlobalValueSet Requested);
85 static Optional<GlobalValueSet> compileWholeModule(GlobalValueSet Requested);
121 void expandPartition(GlobalValueSet &Partition);