Home
last modified time | relevance | path

Searched refs:LLVMIRGenerationRefCount (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h41 unsigned LLVMIRGenerationRefCount = 0; variable
H A DCodeGenAction.cpp167 if (TimerIsEnabled && !LLVMIRGenerationRefCount++) in HandleTopLevelDecl()
172 if (TimerIsEnabled && !--LLVMIRGenerationRefCount) in HandleTopLevelDecl()
238 if (TimerIsEnabled && !LLVMIRGenerationRefCount++) in HandleTranslationUnit()
243 if (TimerIsEnabled && !--LLVMIRGenerationRefCount) in HandleTranslationUnit()