Searched refs:FunctionsBeingProcessed (Results 1 – 3 of 3) sorted by relevance
153 llvm::SmallPtrSet<const CGFunctionInfo*, 4> FunctionsBeingProcessed; variable
357 if (FunctionsBeingProcessed.count(FI)) { in ConvertFunctionType()
699 bool inserted = FunctionsBeingProcessed.insert(FI).second; in arrangeLLVMFunctionInfo()721 bool erased = FunctionsBeingProcessed.erase(FI); (void)erased; in arrangeLLVMFunctionInfo()1468 bool Inserted = FunctionsBeingProcessed.insert(&FI).second; in GetFunctionType()1587 bool Erased = FunctionsBeingProcessed.erase(&FI); (void)Erased; in GetFunctionType()