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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DObjCARC.cpp165 IC_Call, ///< could call objc_release enumerator in enum:__anon10409::InstructionClass
203 return CS.onlyReadsMemory() ? IC_None : IC_Call;
1931 // IC_Call operations (as opposed to IC_CallOrUser) never "use" objc pointers.
1932 if (Class == IC_Call)
1978 case IC_Call:
3642 if (Class != IC_CallOrUser && Class != IC_Call)

Completed in 144 milliseconds