Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp141 bool addrPointsToConstantData(Value *Addr);
379 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData() function in ThreadSanitizer
443 if (addrPointsToConstantData(Addr)) { in chooseInstructionsToInstrument()
H A DNumericalStabilitySanitizer.cpp508 bool addrPointsToConstantData(Value *Addr);
675 bool NumericalStabilitySanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData() function in NumericalStabilitySanitizer
1065 if (addrPointsToConstantData(Load.getPointerOperand())) { in handleLoad()