Searched refs:instrumentFastpath (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | EfficiencySanitizer.cpp | 196 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
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | EfficiencySanitizer.cpp | 207 bool instrumentFastpath(Instruction *I, const DataLayout &DL, bool IsStore, 706 instrumentFastpath(I, DL, IsStore, Addr, Alignment)) { in instrumentLoadOrStore() 841 bool EfficiencySanitizer::instrumentFastpath(Instruction *I, in instrumentFastpath() function in EfficiencySanitizer
|