Searched refs:S_Use (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/ObjCARC/ |
| H A D | arc-annotations.ll | 34 ; CHECK: call void @llvm.arc.annotation.bottomup.bbend(i8** @x, i8** @S_Use) 38 ; CHECK: call void @llvm.arc.annotation.bottomup.bbstart(i8** @x, i8** @S_Use) 44 ; CHECK: call void @llvm.arc.annotation.bottomup.bbstart(i8** @x, i8** @S_Use) 78 ; CHECK: ![[ANN0]] = !{!"(test0,%x)", !"S_Use", !"S_None"} 80 ; CHECK: ![[ANN2]] = !{!"(test0,%x)", !"S_Release", !"S_Use"}
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCOpts.cpp | 281 S_Use, ///< any use of x. enumerator 297 case S_Use: in operator <<() 321 (B == S_CanRelease || B == S_Use)) in MergeSeqs() 325 if ((A == S_Use || A == S_CanRelease) && in MergeSeqs() 326 (B == S_Use || B == S_Release || B == S_Stop || B == S_MovableRelease)) in MergeSeqs() 1565 case S_Use: in CheckForUseCFGHazard() 1599 case S_Use: in CheckForCanReleaseCFGHazard() 1632 assert((Seq == S_Retain || Seq == S_CanRelease || Seq == S_Use) && in CheckForCFGHazards() 1669 case S_Use: { in CheckForCFGHazards() 1765 case S_Use: in VisitInstructionBottomUp() [all …]
|