Home
last modified time | relevance | path

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

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