Searched refs:GlobalValueSet (Results 1 – 2 of 2) sorted by relevance
64 using GlobalValueSet = std::set<const GlobalValue *>; variable68 std::function<std::optional<GlobalValueSet>(GlobalValueSet Requested)>;72 static std::optional<GlobalValueSet>73 compileRequested(GlobalValueSet Requested);77 static std::optional<GlobalValueSet>78 compileWholeModule(GlobalValueSet Requested);116 void expandPartition(GlobalValueSet &Partition);
105 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()