Searched refs:TrackingIncomingArguments (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp185 /// TrackingIncomingArguments - This is the set of functions for whose
188 SmallPtrSet<Function*, 16> TrackingIncomingArguments; member in class:__anon10429::SCCPSolver
250 TrackingIncomingArguments.insert(F);
1131 if (!TrackingIncomingArguments.empty() && TrackingIncomingArguments.count(F)){

Completed in 108 milliseconds