Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h79 void promoteCounterLoadStores(Function *F);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp394 promoteCounterLoadStores(F); in lowerIntrinsics()
405 void InstrProfiling::promoteCounterLoadStores(Function *F) { in promoteCounterLoadStores() function in InstrProfiling