HomeSort by relevance Sort by last modified time
    Searched refs:IC_None (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 77 case IC_None:
78 return OS << "IC_None";
154 .Case("llvm.arc.annotation.topdown.bbstart", IC_None)
155 .Case("llvm.arc.annotation.topdown.bbend", IC_None)
156 .Case("llvm.arc.annotation.bottomup.bbstart", IC_None)
157 .Case("llvm.arc.annotation.bottomup.bbend", IC_None)
201 return IC_None;
253 return IC_None;
DependencyAnalysis.cpp 129 case IC_None:
156 case IC_None:
ObjCARC.h 97 IC_None ///< anything else
354 return CS.onlyReadsMemory() ? IC_None : IC_Call;
ObjCARCOpts.cpp 226 case IC_None:
    [all...]

Completed in 2958 milliseconds