Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp607 SmallVector<CallInst *, 2> Execs; in AddFlushBeforeForkAndExec() local
623 Execs.push_back(CI); in AddFlushBeforeForkAndExec()
658 for (auto *E : Execs) { in AddFlushBeforeForkAndExec()
681 return !Forks.empty() || !Execs.empty(); in AddFlushBeforeForkAndExec()