Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.cpp108 GlobalValue *CounterArray, bool beginning) { in IncrementCounterInBlock() argument
122 ConstantExpr::getGetElementPtr(CounterArray, Indices); in IncrementCounterInBlock()
DProfilingUtils.h31 GlobalValue *CounterArray,
/external/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp787 GlobalVariable *CounterArray = StructTyMap[StructTy]; in insertCounterUpdate() local
788 if (CounterArray == nullptr) in insertCounterUpdate()
802 CounterArray, Indices); in insertCounterUpdate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DEfficiencySanitizer.cpp801 GlobalVariable *CounterArray = StructTyMap[StructTy]; in insertCounterUpdate() local
802 if (CounterArray == nullptr) in insertCounterUpdate()
816 CounterArray, Indices); in insertCounterUpdate()