Searched refs:getBranchDebugLoc (Results 1 – 2 of 2) sorted by relevance
918 const DebugLoc &BranchDL = MergePotentials.back().getBranchDebugLoc(); in TryTailMergeBlocks()1156 MergePotentials.begin()->getBranchDebugLoc()); in TailMergeBlocks()1274 static DebugLoc getBranchDebugLoc(MachineBasicBlock &MBB) { in getBranchDebugLoc() function1407 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 …]
66 const DebugLoc &getBranchDebugLoc() { return BranchDebugLoc; } in getBranchDebugLoc() function