reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/MachineBasicBlock.h
  766   DebugLoc findBranchDebugLoc();

References

lib/CodeGen/BranchFolding.cpp
  521   DebugLoc dl = CurMBB->findBranchDebugLoc();
 1191           DebugLoc dl = PBB->findBranchDebugLoc();
lib/CodeGen/MachineBasicBlock.cpp
  540   DebugLoc DL = findBranchDebugLoc();
lib/CodeGen/TailDuplicator.cpp
  754     auto DL = PredBB->findBranchDebugLoc();
lib/Target/Hexagon/HexagonEarlyIfConv.cpp
  800   DebugLoc DL = B->findBranchDebugLoc();
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
  427                        : (*AfterLoop->pred_rbegin())->findBranchDebugLoc();
  618       BuildMI(*Cont, InsertPos, Bottom->findBranchDebugLoc(),