Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h469 SmallDenseSet<const MachineInstr *> KeyInstructions;
H A DDwarfDebug.cpp2093 IsKey = KeyInstructions.contains(MI); in beginInstruction()
2376 KeyInstructions.clear(); in computeKeyInstructions()
2433 KeyInstructions.insert(Buoy); in computeKeyInstructions()
2501 KeyInstructions.insert(I); in computeKeyInstructions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4639 bool KeyInstructions = CGM.getCodeGenOpts().DebugKeyInstructions; in emitFunctionStart() local
4657 KeyInstructions = in emitFunctionStart()
4658 KeyInstructions && !isa_and_present<CoroutineBodyStmt>(FD->getBody()); in emitFunctionStart()
4720 Annotations, "", KeyInstructions); in emitFunctionStart()