HomeSort by relevance Sort by last modified time
    Searched refs:RetVec (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
HWAddressSanitizer.cpp 170 SmallVectorImpl<Instruction *> &RetVec);
630 SmallVectorImpl<Instruction *> &RetVec) {
662 for (auto RI : RetVec) {
707 SmallVector<Instruction*, 8> RetVec;
724 RetVec.push_back(&Inst);
738 Changed |= instrumentStack(AllocasToInstrument, RetVec);
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 386 SmallVector<Instruction*, 8> RetVec;
406 RetVec.push_back(&Inst);
449 for (auto RetInst : RetVec) {
AddressSanitizer.cpp 610 SmallVector<Instruction *, 8> RetVec;
677 void visitReturnInst(ReturnInst &RI) { RetVec.push_back(&RI); }
704 for (auto &Ret : RetVec)
780 for (auto Ret : RetVec) {
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.cpp     [all...]

Completed in 143 milliseconds