Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DMemoryTaggingSupport.h41 const SmallVectorImpl<Instruction *> &RetVec,
63 SmallVector<Instruction *, 8> RetVec; member
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryTaggingSupport.cpp51 const SmallVectorImpl<Instruction *> &RetVec, in forAllReachableExits() argument
63 for (auto *RI : RetVec) { in forAllReachableExits()
178 Info.RetVec.push_back(ExitUntag); in visit()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp620 SInfo.RetVec, TagEnd)) { in runOnFunction()
628 for (auto *RI : SInfo.RetVec) { in runOnFunction()
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp996 SmallVector<Instruction *, 8> RetVec; member
1082 RetVec.push_back(CI); in visitReturnInst()
1084 RetVec.push_back(&RI); in visitReturnInst()
1088 void visitResumeInst(ResumeInst &RI) { RetVec.push_back(&RI); } in visitResumeInst()
1091 void visitCleanupReturnInst(CleanupReturnInst &CRI) { RetVec.push_back(&CRI); } in visitCleanupReturnInst()
1119 for (Instruction *Ret : RetVec) in unpoisonDynamicAllocas()
3620 for (Instruction *Ret : RetVec) { in processStaticAllocas()
H A DHWAddressSanitizer.cpp359 bool instrumentLandingPads(SmallVectorImpl<Instruction *> &RetVec);
1492 SInfo.RetVec, TagEnd)) { in instrumentStack()
1498 for (auto *RI : SInfo.RetVec) in instrumentStack()