Searched refs:BranchDL (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BranchFolding.cpp | 462 const TargetInstrInfo *TII, const DebugLoc &BranchDL) { in FixTail() argument 469 dl = BranchDL; in FixTail() 696 const DebugLoc &BranchDL) { in RemoveBlocksWithHash() argument 704 FixTail(CurMBB, SuccBB, TII, BranchDL); in RemoveBlocksWithHash() 918 const DebugLoc &BranchDL = MergePotentials.back().getBranchDebugLoc(); in TryTailMergeBlocks() local 929 RemoveBlocksWithHash(CurHash, SuccBB, PredBB, BranchDL); in TryTailMergeBlocks() 976 RemoveBlocksWithHash(CurHash, SuccBB, PredBB, BranchDL); in TryTailMergeBlocks()
|
H A D | BranchFolding.h | 170 const DebugLoc &BranchDL);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineCFGStructurizer.cpp | 1357 DebugLoc BranchDL = BranchMI->getDebugLoc(); in mergeIfthenelseBlock() local 1369 BranchDL); in mergeIfthenelseBlock()
|