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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DObjCARC.cpp159 IC_LoadWeak, ///< objc_loadWeak (derived) enumerator in enum:__anon10605::InstructionClass
246 .Case("objc_loadWeak", IC_LoadWeak)
2287 case IC_LoadWeak:
3383 if (Class != IC_LoadWeak && Class != IC_LoadWeakRetained)
3387 if (Class == IC_LoadWeak && Inst->use_empty()) {
3404 case IC_LoadWeak:
3712 if (UsedInThisFunction & ((1 << IC_LoadWeak) |

Completed in 126 milliseconds