Searched refs:shouldInstrumentReadWriteFromAddress (Results 1 – 2 of 2) sorted by relevance
262 static bool shouldInstrumentReadWriteFromAddress(Value *Addr) { in shouldInstrumentReadWriteFromAddress() function332 if (!shouldInstrumentReadWriteFromAddress(Addr)) in chooseInstructionsToInstrument()338 if (!shouldInstrumentReadWriteFromAddress(Addr)) in chooseInstructionsToInstrument()
275 static bool shouldInstrumentReadWriteFromAddress(const Module *M, Value *Addr) { in shouldInstrumentReadWriteFromAddress() function347 if (!shouldInstrumentReadWriteFromAddress(I->getModule(), Addr)) in chooseInstructionsToInstrument()353 if (!shouldInstrumentReadWriteFromAddress(I->getModule(), Addr)) in chooseInstructionsToInstrument()