Searched refs:RetVec (Results 1 – 2 of 2) sorted by relevance
338 SmallVector<Instruction*, 8> RetVec; in runOnFunction() local356 RetVec.push_back(&Inst); in runOnFunction()397 for (auto RetInst : RetVec) { in runOnFunction()
561 SmallVector<Instruction *, 8> RetVec; member628 void visitReturnInst(ReturnInst &RI) { RetVec.push_back(&RI); } in visitReturnInst()655 for (auto &Ret : RetVec) in unpoisonDynamicAllocas()729 for (auto Ret : RetVec) { in doesDominateAllExits()1981 for (auto Ret : RetVec) { in poisonStack()