Home
last modified time | relevance | path

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

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