Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp235 auto DIL = BB->findBranchDebugLoc(); in setBranchProbs()
236 auto SuccDIL = Succ->findBranchDebugLoc(); in setBranchProbs()
H A DBasicBlockSections.cpp148 TII->insertUnconditionalBranch(MBB, FTMBB, MBB.findBranchDebugLoc()); in updateBranches()
H A DMachineBasicBlock.cpp679 DebugLoc DL = findBranchDebugLoc(); in updateTerminator()
1436 MachineBasicBlock::findBranchDebugLoc() { in findBranchDebugLoc() function in MachineBasicBlock
H A DBranchFolding.cpp463 DebugLoc dl = CurMBB->findBranchDebugLoc(); in FixTail()
1117 DebugLoc dl = PBB->findBranchDebugLoc(); in TailMergeBlocks()
H A DTailDuplicator.cpp773 auto DL = PredBB->findBranchDebugLoc(); in duplicateSimpleBB()
H A DMachineBlockPlacement.cpp3594 TII->insertUnconditionalBranch(MBB, FTMBB, MBB.findBranchDebugLoc()); in assignBlockOrder()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp454 : (*AfterLoop->pred_rbegin())->findBranchDebugLoc(); in placeLoopMarker()
646 BuildMI(*Cont, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1101 DebugLoc findBranchDebugLoc();
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp830 FallThrough->findBranchDebugLoc(), TII->get(AMDGPU::S_BRANCH)) in removeMBBifRedundant()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp801 DebugLoc DL = B->findBranchDebugLoc(); in buildMux()