Searched refs:BranchDL (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BranchFolding.cpp | 487 const TargetInstrInfo *TII, const DebugLoc &BranchDL) { in FixTail() argument 494 dl = BranchDL; in FixTail() 718 const DebugLoc &BranchDL) { in RemoveBlocksWithHash() argument 726 FixTail(CurMBB, SuccBB, TII, BranchDL); in RemoveBlocksWithHash() 948 const DebugLoc &BranchDL = MergePotentials.back().getBranchDebugLoc(); in TryTailMergeBlocks() local 959 RemoveBlocksWithHash(CurHash, SuccBB, PredBB, BranchDL); in TryTailMergeBlocks() 1006 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 | 1346 DebugLoc BranchDL = BranchMI->getDebugLoc(); in mergeIfthenelseBlock() local 1358 BranchDL); in mergeIfthenelseBlock()
|