Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp178 TII->insertUnconditionalBranch(MBB, FTMBB, MBB.findBranchDebugLoc()); in updateBranches()
H A DMachineBasicBlock.cpp653 DebugLoc DL = findBranchDebugLoc(); in updateTerminator()
1412 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.cpp777 auto DL = PredBB->findBranchDebugLoc(); in duplicateSimpleBB()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp454 : (*AfterLoop->pred_rbegin())->findBranchDebugLoc(); in placeLoopMarker()
646 BuildMI(*Cont, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1014 DebugLoc findBranchDebugLoc();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp769 FallThrough->findBranchDebugLoc(), TII->get(AMDGPU::S_BRANCH)) in removeMBBifRedundant()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp801 DebugLoc DL = B->findBranchDebugLoc(); in buildMux()