Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp917 const DebugLoc &BranchDL = MergePotentials.back().getBranchDebugLoc(); in TryTailMergeBlocks()
1155 MergePotentials.begin()->getBranchDebugLoc()); in TailMergeBlocks()
1271 static DebugLoc getBranchDebugLoc(MachineBasicBlock &MBB) { getBranchDebugLoc() function
H A DBranchFolding.h66 const DebugLoc &getBranchDebugLoc() { return BranchDebugLoc; } in getBranchDebugLoc() function