Searched defs:CounterTy (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Transforms/Instrumentation/ | ||
H A D | InstrProfiling.cpp | 1489 auto *CounterTy = Type::getInt8Ty(Ctx); createRegionCounters() local |
H A D | GCOVProfiling.cpp | 913 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(*Ctx), Measured); emitProfileNotes() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaOpenMP.cpp | 5647 QualType CounterTy = LIVDecl->getType(); ActOnOpenMPCanonicalLoop() local |