Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DEfficiencySanitizer.cpp192 bool instrumentFastpath(Instruction *I, const DataLayout &DL, bool IsStore,
691 instrumentFastpath(I, DL, IsStore, Addr, Alignment)) { in instrumentLoadOrStore()
826 bool EfficiencySanitizer::instrumentFastpath(Instruction *I, in instrumentFastpath() function in EfficiencySanitizer