Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp629 SmallVector<CallInst *, 2> Execs; in AddFlushBeforeForkAndExec() local
645 Execs.push_back(CI); in AddFlushBeforeForkAndExec()
680 for (auto *E : Execs) { in AddFlushBeforeForkAndExec()
703 return !Forks.empty() || !Execs.empty(); in AddFlushBeforeForkAndExec()