Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp626 SmallVector<CallInst *, 2> Forks; in AddFlushBeforeForkAndExec() local
637 Forks.push_back(CI); in AddFlushBeforeForkAndExec()
651 for (auto F : Forks) { in AddFlushBeforeForkAndExec()
699 return !Forks.empty() || !Execs.empty(); in AddFlushBeforeForkAndExec()