Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp200 SmallVectorImpl<Instruction *> &RetVec, Value *StackTag);
892 SmallVectorImpl<Instruction *> &RetVec, Value *StackTag) { in instrumentStack() argument
918 for (auto RI : RetVec) { in instrumentStack()
957 SmallVector<Instruction*, 8> RetVec; in runOnFunction() local
974 RetVec.push_back(&Inst); in runOnFunction()
1007 Changed |= instrumentStack(AllocasToInstrument, RetVec, StackTag); in runOnFunction()
H A DAddressSanitizer.cpp846 SmallVector<Instruction *, 8> RetVec; member
926 void visitReturnInst(ReturnInst &RI) { RetVec.push_back(&RI); } in visitReturnInst()
929 void visitResumeInst(ResumeInst &RI) { RetVec.push_back(&RI); } in visitResumeInst()
932 void visitCleanupReturnInst(CleanupReturnInst &CRI) { RetVec.push_back(&CRI); } in visitCleanupReturnInst()
959 for (auto &Ret : RetVec) in unpoisonDynamicAllocas()
1046 for (auto Ret : RetVec) { in doesDominateAllExits()
3075 for (auto Ret : RetVec) { in processStaticAllocas()