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.cpp140 bool addrPointsToConstantData(Value *Addr);
381 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData() function in ThreadSanitizer
445 if (addrPointsToConstantData(Addr)) { in chooseInstructionsToInstrument()
H A DNumericalStabilitySanitizer.cpp556 bool addrPointsToConstantData(Value *Addr);
729 bool NumericalStabilitySanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData() function in NumericalStabilitySanitizer
1119 if (addrPointsToConstantData(Load.getPointerOperand())) { in handleLoad()