Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:RetVec

377   SmallVector<Instruction*, 8> RetVec;
430 RetVec.push_back(&RI);
1375 for (size_t i = 0, n = RetVec.size(); i < n; i++) {
1376 Instruction *Ret = RetVec[i];