Home
last modified time | relevance | path

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

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