Home
last modified time | relevance | path

Searched refs:findBranchDebugLoc (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp178 TII->insertUnconditionalBranch(MBB, FTMBB, MBB.findBranchDebugLoc()); in updateBranches()
H A DMachineBasicBlock.cpp653 DebugLoc DL = findBranchDebugLoc(); in updateTerminator()
1438 MachineBasicBlock::findBranchDebugLoc() { in findBranchDebugLoc() function in MachineBasicBlock
H A DBranchFolding.cpp459 DebugLoc dl = CurMBB->findBranchDebugLoc(); in FixTail()
1113 DebugLoc dl = PBB->findBranchDebugLoc(); in TailMergeBlocks()
H A DTailDuplicator.cpp772 auto DL = PredBB->findBranchDebugLoc(); in duplicateSimpleBB()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp454 : (*AfterLoop->pred_rbegin())->findBranchDebugLoc(); in placeLoopMarker()
646 BuildMI(*Cont, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1018 DebugLoc findBranchDebugLoc();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp765 FallThrough->findBranchDebugLoc(), TII->get(AMDGPU::S_BRANCH)) in removeMBBifRedundant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp801 DebugLoc DL = B->findBranchDebugLoc(); in buildMux()