Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp413 BI.CV.wait(Lock, [&]() { return BI.ActiveGraphs == 0; }); in ELFNixPlatform()
627 ++MP.Bootstrap.load()->ActiveGraphs; in bootstrapPipelineStart()
682 --MP.Bootstrap.load()->ActiveGraphs; in bootstrapPipelineEnd()
685 if (MP.Bootstrap.load()->ActiveGraphs == 0) in bootstrapPipelineEnd()
H A DMachOPlatform.cpp574 BI.CV.wait(Lock, [&]() { return BI.ActiveGraphs == 0; }); in MachOPlatform()
814 ++MP.Bootstrap->ActiveGraphs; in modifyPassConfig()
960 --MP.Bootstrap->ActiveGraphs; in bootstrapPipelineEnd()
963 if (MP.Bootstrap->ActiveGraphs == 0) in bootstrapPipelineEnd()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h152 size_t ActiveGraphs = 0; member
H A DMachOPlatform.h199 size_t ActiveGraphs = 0; member