Home
last modified time | relevance | path

Searched refs:FunctionsBeingProcessed (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h76 llvm::SmallPtrSet<const CGFunctionInfo*, 4> FunctionsBeingProcessed; variable
H A DCodeGenTypes.cpp341 if (FunctionsBeingProcessed.count(FI)) { in ConvertFunctionTypeInternal()
H A DCGCall.cpp862 bool inserted = FunctionsBeingProcessed.insert(FI).second; in arrangeLLVMFunctionInfo()
888 bool erased = FunctionsBeingProcessed.erase(FI); in arrangeLLVMFunctionInfo()
1704 bool Inserted = FunctionsBeingProcessed.insert(&FI).second; in GetFunctionType()
1821 bool Erased = FunctionsBeingProcessed.erase(&FI); in GetFunctionType()