Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.h53 DebugLoc BranchDebugLoc; variable
57 : Hash(h), Block(b), BranchDebugLoc(std::move(bdl)) {} in MergePotentialsElt()
66 const DebugLoc &getBranchDebugLoc() { return BranchDebugLoc; } in getBranchDebugLoc()