Home
last modified time | relevance | path

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

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