Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDDebugHandlerBase.h73 const MachineBasicBlock *PrevInstBB = nullptr; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDebugHandlerBase.cpp259 PrevInstBB = nullptr; in beginFunction()
391 PrevInstBB = CurMI->getParent(); in endInstruction()
HDDwarfDebug.cpp2066 (!PrevInstBB || in beginInstruction()
2067 PrevInstBB->getSectionID() == MI->getParent()->getSectionID()); in beginInstruction()
2098 (PrevInstBB && PrevInstBB != MI->getParent())) { in beginInstruction()
HDCodeViewDebug.cpp3134 if (!isUsableDebugLoc(DL) && MI->getParent() != PrevInstBB) { in beginInstruction()
3145 PrevInstBB = MI->getParent(); in beginInstruction()