Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1327 auto *CounterTy = Type::getInt8Ty(Ctx); createRegionCounters() local
1337 auto *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); createRegionCounters() local
H A DGCOVProfiling.cpp913 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(*Ctx), Measured); in emitProfileNotes() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5869 QualType CounterTy = LIVDecl->getType(); ActOnOpenMPCanonicalLoop() local