Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockPathCloning.cpp80 TII->insertUnconditionalBranch(*CloneBB, FT, CloneBB->findBranchDebugLoc()); in CloneMachineBasicBlock()
179 OrigBB->findBranchDebugLoc()); in ApplyCloning()
H A DMIRSampleProfile.cpp267 auto DIL = BB->findBranchDebugLoc(); in setBranchProbs()
268 auto SuccDIL = Succ->findBranchDebugLoc(); in setBranchProbs()
H A DBasicBlockSections.cpp158 TII->insertUnconditionalBranch(MBB, FTMBB, MBB.findBranchDebugLoc()); in INITIALIZE_PASS_DEPENDENCY()
H A DMachineBasicBlock.cpp703 DebugLoc DL = findBranchDebugLoc(); in updateTerminator()
1242 DebugLoc DL, MergedDL = findBranchDebugLoc(); in SplitCriticalEdge()
1557 MachineBasicBlock::findBranchDebugLoc() { in findBranchDebugLoc() function in MachineBasicBlock
H A DBranchFolding.cpp467 DebugLoc dl = CurMBB->findBranchDebugLoc(); in FixTail()
1025 MBB.findBranchDebugLoc())); in TailMergeBlocks()
1127 DebugLoc dl = PBB->findBranchDebugLoc(); in TailMergeBlocks()
H A DShrinkWrap.cpp469 DebugLoc DL = BBToUpdate->findBranchDebugLoc(); in updateTerminator()
H A DTailDuplicator.cpp793 auto DL = PredBB->findBranchDebugLoc(); in duplicateSimpleBB()
H A DMachineBlockPlacement.cpp3671 TII->insertUnconditionalBranch(MBB, FTMBB, MBB.findBranchDebugLoc()); in assignBlockOrder()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp453 : (*AfterLoop->pred_rbegin())->findBranchDebugLoc(); in placeLoopMarker()
645 BuildMI(*Cont, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp747 FallThrough->findBranchDebugLoc(), TII->get(AMDGPU::S_BRANCH)) in removeMBBifRedundant()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h1165 DebugLoc findBranchDebugLoc();
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp799 DebugLoc DL = B->findBranchDebugLoc(); in buildMux()