Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockPathCloning.cpp81 TII->insertUnconditionalBranch(*CloneBB, FT, CloneBB->findBranchDebugLoc()); in CloneMachineBasicBlock()
187 OrigBB->findBranchDebugLoc()); in ApplyCloning()
H A DBranchFolding.cpp492 DebugLoc dl = CurMBB->findBranchDebugLoc(); in FixTail()
1055 MBB.findBranchDebugLoc())); in TailMergeBlocks()
1157 DebugLoc dl = PBB->findBranchDebugLoc(); in TailMergeBlocks()
1428 DebugLoc Dl = PrevBB.findBranchDebugLoc(); in OptimizeBlock()
1486 DebugLoc Dl = PrevBB.findBranchDebugLoc(); in OptimizeBlock()
1500 DebugLoc Dl = PrevBB.findBranchDebugLoc(); in OptimizeBlock()
1538 DebugLoc Dl = PrevBB.findBranchDebugLoc(); in OptimizeBlock()
1601 DebugLoc Dl = MBB->findBranchDebugLoc(); in OptimizeBlock()
1615 DebugLoc Dl = MBB->findBranchDebugLoc(); in OptimizeBlock()
1649 DebugLoc PrevDl = PrevBB.findBranchDebugLoc(); in OptimizeBlock()
[all …]
H A DMIRSampleProfile.cpp270 auto DIL = BB->findBranchDebugLoc(); in setBranchProbs()
271 auto SuccDIL = Succ->findBranchDebugLoc(); in setBranchProbs()
H A DBasicBlockSections.cpp161 TII->insertUnconditionalBranch(MBB, FTMBB, MBB.findBranchDebugLoc()); in INITIALIZE_PASS_DEPENDENCY()
H A DMachineBasicBlock.cpp703 DebugLoc DL = findBranchDebugLoc(); in updateTerminator()
1251 DebugLoc DL, MergedDL = findBranchDebugLoc(); in SplitCriticalEdge()
1566 MachineBasicBlock::findBranchDebugLoc() { in findBranchDebugLoc() function in MachineBasicBlock
H A DShrinkWrap.cpp472 DebugLoc DL = BBToUpdate->findBranchDebugLoc(); in updateTerminator()
H A DTailDuplicator.cpp814 auto DL = PredBB->findBranchDebugLoc(); in duplicateSimpleBB()
H A DMachineBlockPlacement.cpp2993 auto Dl = ChainBB->findBranchDebugLoc(); in optimizeBranches()
3817 TII->insertUnconditionalBranch(MBB, FTMBB, MBB.findBranchDebugLoc()); in assignBlockOrder()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVLateBranchOpt.cpp77 DebugLoc DL = MBB.findBranchDebugLoc(); in runOnBasicBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp490 : (*AfterLoop->pred_rbegin())->findBranchDebugLoc(); in placeLoopMarker()
676 MachineInstr *End = BuildMI(*Cont, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker()
1373 BuildMI(TrampolineLayoutPred, TrampolineLayoutPred->findBranchDebugLoc(), in getTrampolineBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp756 FallThrough->findBranchDebugLoc(), TII->get(AMDGPU::S_BRANCH)) in removeMBBifRedundant()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1217 LLVM_ABI DebugLoc findBranchDebugLoc();
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp792 DebugLoc DL = B->findBranchDebugLoc(); in buildMux()