Searched refs:nomerge (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2008-05-16-PHIBlockMerge.ll | 3 ; RUN: grep "^BB.nomerge" %t | count 4 13 br label %BB.nomerge 15 BB.nomerge: ; preds = %Common, %entry 21 Succ: ; preds = %Common, %BB.nomerge 22 %b = phi i32 [ %a, %BB.nomerge ], [ 2, %Common ] ; <i32> [#uses=0] 28 br i1 %cond, label %BB.nomerge, label %Succ 37 br label %BB.nomerge 39 BB.nomerge: ; preds = %Common, %entry 42 Succ: ; preds = %Common, %BB.nomerge 45 %b = phi i32 [ 1, %BB.nomerge ], [ 2, %Common ] ; <i32> [#uses=0] [all …]
|
D | EqualPHIEdgeBlockMerge.ll | 8 ; RUN: grep "^BB.nomerge" %t | count 4 138 br label %BB.nomerge 140 BB.nomerge: ; preds = %Common, %entry 146 Succ: ; preds = %Common, %BB.nomerge 147 %b = phi i32 [ %a, %BB.nomerge ], [ 2, %Common ] ; <i32> [#uses=0] 153 br i1 %cond, label %BB.nomerge, label %Succ 162 br label %BB.nomerge 164 BB.nomerge: ; preds = %Common, %entry 167 Succ: ; preds = %Common, %BB.nomerge 170 %b = phi i32 [ 1, %BB.nomerge ], [ 2, %Common ] ; <i32> [#uses=0] [all …]
|
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/ |
D | compiler_specific.h | 184 #if defined(__clang__) && PA_HAS_ATTRIBUTE(nomerge) 185 #define PA_NOMERGE [[clang::nomerge]]
|
/external/cronet/base/ |
D | compiler_specific.h | 344 #if defined(__clang__) && HAS_ATTRIBUTE(nomerge) 345 #define NOMERGE [[clang::nomerge]]
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_debug.h | 58 nomerge = 1 << 16, enumerator
|
D | sfn_debug.cpp | 71 {"nomerge", SfnLog::nomerge, "Skup egister merge step"},
|
D | sfn_nir.cpp | 137 if (!sfn_log.has_debug_flag(SfnLog::nomerge)) { in lower()
|