Home
last modified time | relevance | path

Searched defs:CounterTy (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp845 auto *CounterTy = Type::getInt8Ty(Ctx); in createRegionCounters() local
855 auto *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); in createRegionCounters() local
DGCOVProfiling.cpp911 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(*Ctx), Measured); in emitProfileNotes() local
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp348 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); in getOrCreateRegionCounters() local
DGCOVProfiling.cpp607 ArrayType *CounterTy = in emitProfileArcs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp779 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); in getOrCreateRegionCounters() local
DGCOVProfiling.cpp803 ArrayType *CounterTy = in emitProfileArcs() local