Searched refs:enableCallSafepoints (Results 1 – 1 of 1) sorted by relevance
191 static bool enableCallSafepoints(Function &F);291 bool CanAssumeCallSafepoints = enableCallSafepoints(F); in runImpl()614 static bool enableCallSafepoints(Function &F) { return !NoCall; } in enableCallSafepoints() function