Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.h31 GlobalValue *CounterArray,
DProfilingUtils.cpp108 GlobalValue *CounterArray, bool beginning) { in IncrementCounterInBlock() argument
122 ConstantExpr::getGetElementPtr(CounterArray, Indices); in IncrementCounterInBlock()
/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()