Searched refs:isFullyCompiled (Results 1 – 2 of 2) sorted by relevance
169 bool isFullyCompiled() const { return IsFullyCompiled; } in isFullyCompiled() function
262 bool IsBeingCompiled = Func && Func->isDefined() && !Func->isFullyCompiled(); in getOrCreateFunction()