Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp196 bool instrumentFastpath(Instruction *I, const DataLayout &DL, bool IsStore,
692 instrumentFastpath(I, DL, IsStore, Addr, Alignment)) { in instrumentLoadOrStore()
827 bool EfficiencySanitizer::instrumentFastpath(Instruction *I, in instrumentFastpath() function in EfficiencySanitizer