Searched defs:RetVec (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp333 SmallVector<Instruction*, 8> RetVec; local
351 RetVec.push_back(&Inst);
392 for (auto RetInst : RetVec) {
H A DAddressSanitizer.cpp514 SmallVector<Instruction *, 8> RetVec; member in struct:__anon10987::FunctionStackPoisoner
591 void visitReturnInst(ReturnInst &RI) { RetVec.push_back(&RI); }
596 for (auto Ret : RetVec) {
687 for (auto Ret : RetVec) {
1859 for (auto Ret : RetVec) {

Completed in 99 milliseconds