Home
last modified time | relevance | path

Searched refs:OrigIns (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1153 Instruction *OrigIns; member
1156 : Shadow(S), Origin(O), OrigIns(I) {} in ShadowOriginAndInsertPoint()
1357 ++LazyWarningDebugLocationCount[I.OrigIns->getDebugLoc()]; in shouldDisambiguateWarningLocation()
1430 Instruction *Instruction = InstructionChecks.front().OrigIns; in materializeInstructionChecks()
1433 assert(ShadowData.OrigIns == Instruction); in materializeInstructionChecks()
1484 auto OrigIns = I->OrigIns; in materializeChecks() local
1487 assert(Done.insert(OrigIns).second); in materializeChecks()
1489 [OrigIns](const ShadowOriginAndInsertPoint &R) { in materializeChecks()
1490 return OrigIns != R.OrigIns; in materializeChecks()
2088 void insertShadowCheck(Value *Shadow, Value *Origin, Instruction *OrigIns) { in insertShadowCheck()
[all …]
H A DMemProfiler.cpp234 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,
481 void MemProfiler::instrumentAddress(Instruction *OrigIns, in instrumentAddress() argument
H A DAddressSanitizer.cpp765 void instrumentAddress(Instruction *OrigIns, Instruction *InsertBefore,
770 Instruction *instrumentAMDGPUAddress(Instruction *OrigIns,
1789 Instruction *OrigIns, Instruction *InsertBefore, Value *Addr, in instrumentAMDGPUAddress() argument
1834 void AddressSanitizer::instrumentAddress(Instruction *OrigIns, in instrumentAddress() argument
1842 InsertBefore = instrumentAMDGPUAddress(OrigIns, InsertBefore, Addr, in instrumentAddress()
1919 if (OrigIns->getDebugLoc()) in instrumentAddress()
1920 Crash->setDebugLoc(OrigIns->getDebugLoc()); in instrumentAddress()