Searched refs:findBranchDebugLoc (Results 1 – 12 of 12) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BasicBlockPathCloning.cpp | 80 TII->insertUnconditionalBranch(*CloneBB, FT, CloneBB->findBranchDebugLoc()); in CloneMachineBasicBlock() 169 OrigBB->findBranchDebugLoc()); in ApplyCloning()
|
| H A D | MIRSampleProfile.cpp | 267 auto DIL = BB->findBranchDebugLoc(); in setBranchProbs() 268 auto SuccDIL = Succ->findBranchDebugLoc(); in setBranchProbs()
|
| H A D | BasicBlockSections.cpp | 154 TII->insertUnconditionalBranch(MBB, FTMBB, MBB.findBranchDebugLoc()); in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | MachineBasicBlock.cpp | 697 DebugLoc DL = findBranchDebugLoc(); in updateTerminator() 1535 MachineBasicBlock::findBranchDebugLoc() { in findBranchDebugLoc() function in MachineBasicBlock
|
| H A D | ShrinkWrap.cpp | 467 DebugLoc DL = BBToUpdate->findBranchDebugLoc(); in updateTerminator()
|
| H A D | BranchFolding.cpp | 463 DebugLoc dl = CurMBB->findBranchDebugLoc(); in FixTail() 1119 DebugLoc dl = PBB->findBranchDebugLoc(); in TailMergeBlocks()
|
| H A D | TailDuplicator.cpp | 776 auto DL = PredBB->findBranchDebugLoc(); in duplicateSimpleBB()
|
| H A D | MachineBlockPlacement.cpp | 3617 TII->insertUnconditionalBranch(MBB, FTMBB, MBB.findBranchDebugLoc()); in assignBlockOrder()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyCFGStackify.cpp | 454 : (*AfterLoop->pred_rbegin())->findBranchDebugLoc(); in placeLoopMarker() 646 BuildMI(*Cont, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineBasicBlock.h | 1133 DebugLoc findBranchDebugLoc();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerControlFlow.cpp | 838 FallThrough->findBranchDebugLoc(), TII->get(AMDGPU::S_BRANCH)) in removeMBBifRedundant()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonEarlyIfConv.cpp | 799 DebugLoc DL = B->findBranchDebugLoc(); in buildMux()
|