Searched refs:FunctionsBeingProcessed (Results 1 – 3 of 3) sorted by relevance
92 llvm::SmallPtrSet<const CGFunctionInfo*, 4> FunctionsBeingProcessed; variable
373 if (FunctionsBeingProcessed.count(FI)) { in ConvertFunctionTypeInternal()
768 bool inserted = FunctionsBeingProcessed.insert(FI).second; in arrangeLLVMFunctionInfo()794 bool erased = FunctionsBeingProcessed.erase(FI); (void)erased; in arrangeLLVMFunctionInfo()1583 bool Inserted = FunctionsBeingProcessed.insert(&FI).second; in GetFunctionType()1709 bool Erased = FunctionsBeingProcessed.erase(&FI); (void)Erased; in GetFunctionType()