Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Ret

653     // Collect alloca, ret, lifetime instructions etc.
676 /// \brief Collect all Ret instructions.
704 for (auto &Ret : RetVec)
705 unpoisonDynamicAllocasBeforeInst(Ret, DynamicAllocaLayout);
780 for (auto Ret : RetVec) {
781 if (!ASan.getDominatorTree().dominates(I, Ret)) return false;
2192 // (Un)poison the stack before all ret instructions.
2193 for (auto Ret : RetVec) {
2194 IRBuilder<> IRBRet(Ret);
2213 SplitBlockAndInsertIfThenElse(Cmp, Ret, &ThenTerm, &ElseTerm);