Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp404 DebugLoc EndDL = (*AfterLoop->pred_rbegin())->findBranchDebugLoc(); in placeLoopMarker()
582 BuildMI(*AfterTry, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp531 DebugLoc DL = findBranchDebugLoc(); in updateTerminator()
1303 MachineBasicBlock::findBranchDebugLoc() { in findBranchDebugLoc() function in MachineBasicBlock
H A DBranchFolding.cpp516 DebugLoc dl = CurMBB->findBranchDebugLoc(); in FixTail()
1211 DebugLoc dl = PBB->findBranchDebugLoc(); in TailMergeBlocks()
H A DTailDuplicator.cpp755 auto DL = PredBB->findBranchDebugLoc(); in duplicateSimpleBB()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h742 DebugLoc findBranchDebugLoc();
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp801 DebugLoc DL = B->findBranchDebugLoc(); in buildMux()