Searched refs:NoEntry (Results 1 – 1 of 1) sorted by relevance
167 static cl::opt<bool> NoEntry("spp-no-entry", cl::Hidden, cl::init(false)); variable513 static bool enableEntrySafepoints(Function &F) { return !NoEntry; } in enableEntrySafepoints()