Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp179 bool insertCounterUpdate(Instruction *I, StructType *StructTy,
749 Res |= insertCounterUpdate(I, StructTy, getArrayCounterIdx(StructTy)); in instrumentGetElementPtr()
775 Res |= insertCounterUpdate(I, StructTy, CounterIdx); in instrumentGetElementPtr()
784 bool EfficiencySanitizer::insertCounterUpdate(Instruction *I, in insertCounterUpdate() function in EfficiencySanitizer