Home
last modified time | relevance | path

Searched refs:getBranchDebugLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp918 const DebugLoc &BranchDL = MergePotentials.back().getBranchDebugLoc(); in TryTailMergeBlocks()
1156 MergePotentials.begin()->getBranchDebugLoc()); in TailMergeBlocks()
1274 static DebugLoc getBranchDebugLoc(MachineBasicBlock &MBB) { in getBranchDebugLoc() function
1407 DebugLoc dl = getBranchDebugLoc(PrevBB); in OptimizeBlock()
1465 DebugLoc dl = getBranchDebugLoc(PrevBB); in OptimizeBlock()
1479 DebugLoc dl = getBranchDebugLoc(PrevBB); in OptimizeBlock()
1517 DebugLoc dl = getBranchDebugLoc(PrevBB); in OptimizeBlock()
1580 DebugLoc dl = getBranchDebugLoc(*MBB); in OptimizeBlock()
1594 DebugLoc dl = getBranchDebugLoc(*MBB); in OptimizeBlock()
1628 DebugLoc pdl = getBranchDebugLoc(PrevBB); in OptimizeBlock()
[all …]
H A DBranchFolding.h66 const DebugLoc &getBranchDebugLoc() { return BranchDebugLoc; } in getBranchDebugLoc() function