Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp338 SmallVector<Instruction*, 8> RetVec; in runOnFunction() local
356 RetVec.push_back(&Inst); in runOnFunction()
397 for (auto RetInst : RetVec) { in runOnFunction()
DAddressSanitizer.cpp561 SmallVector<Instruction *, 8> RetVec; member
628 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()