Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h73 const MachineBasicBlock *PrevInstBB = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp259 PrevInstBB = nullptr; in beginFunction()
391 PrevInstBB = CurMI->getParent(); in endInstruction()
H A DDwarfDebug.cpp2066 (!PrevInstBB || in beginInstruction()
2067 PrevInstBB->getSectionID() == MI->getParent()->getSectionID()); in beginInstruction()
2098 (PrevInstBB && PrevInstBB != MI->getParent())) { in beginInstruction()
H A DCodeViewDebug.cpp3134 if (!isUsableDebugLoc(DL) && MI->getParent() != PrevInstBB) { in beginCVSubsection()
3145 PrevInstBB = MI->getParent(); in endCVSubsection()