Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp427 : (*AfterLoop->pred_rbegin())->findBranchDebugLoc(); in placeLoopMarker()
618 BuildMI(*Cont, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp540 DebugLoc DL = findBranchDebugLoc(); in updateTerminator()
1312 MachineBasicBlock::findBranchDebugLoc() { in findBranchDebugLoc() function in MachineBasicBlock
DBranchFolding.cpp470 DebugLoc dl = CurMBB->findBranchDebugLoc(); in FixTail()
1157 DebugLoc dl = PBB->findBranchDebugLoc(); in TailMergeBlocks()
DTailDuplicator.cpp761 auto DL = PredBB->findBranchDebugLoc(); in duplicateSimpleBB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h766 DebugLoc findBranchDebugLoc();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonEarlyIfConv.cpp801 DebugLoc DL = B->findBranchDebugLoc(); in buildMux()