Home
last modified time | relevance | path

Searched refs:LBB (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/CodeGen/Thumb2/
Dthumb2-branch.ll9 ; CHECK: bne LBB
26 ; CHECK: bge LBB
43 ; CHECK: bhs LBB
60 ; CHECK: blo LBB
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp192 if (const BasicBlock *LBB = getBasicBlock()) in getName() local
193 return LBB->getName(); in getName()
214 if (const BasicBlock *LBB = getBasicBlock()) { in print() local
216 WriteAsOperand(OS, LBB, /*PrintType=*/false); in print()
DShrinkWrapping.cpp333 MachineBasicBlock* LBB = loopBlocks[i]; in propagateUsesAroundLoop() local
334 if (LBB == MBB) in propagateUsesAroundLoop()
336 if (CSRUsed[LBB].contains(CSRUsed[MBB])) in propagateUsesAroundLoop()
338 CSRUsed[LBB] |= CSRUsed[MBB]; in propagateUsesAroundLoop()
/external/llvm/test/CodeGen/X86/
Dpr2659.ll20 ; CHECK-NOT: LBB
Dbrcond.ll98 ; CHECK: LBB
Dcmov.ll153 ; CHECK-NEXT: jne LBB
/external/llvm/test/CodeGen/ARM/
Dfpcmp-opt.ll41 ; FINITE-NOT: b LBB
/external/llvm/test/CodeGen/PowerPC/
Dbranch-opt.ll2 ; RUN: grep {b LBB.*} | count 4
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_kdt_posd.pkb103 $�LBB�0rd$M��� ��W'��� �{���x\�R�T��@��������P��A�* ���@���"�������PN"�*�<����D���@…
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6146 const Value *LBB = (const Value*)BBDN->getBasicBlock()->getBasicBlock(); in print_details() local
6147 if (LBB) in print_details()
6148 OS << LBB->getName() << " "; in print_details()