Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DEfficiencySanitizer.cpp175 bool insertCounterUpdate(Instruction *I, StructType *StructTy,
748 Res |= insertCounterUpdate(I, StructTy, getArrayCounterIdx(StructTy)); in instrumentGetElementPtr()
774 Res |= insertCounterUpdate(I, StructTy, CounterIdx); in instrumentGetElementPtr()
783 bool EfficiencySanitizer::insertCounterUpdate(Instruction *I, in insertCounterUpdate() function in EfficiencySanitizer