Home
last modified time | relevance | path

Searched refs:RetKeyInstructionsSourceAtom (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3941 uint64_t RetKeyInstructionsSourceAtom) { in EmitFunctionEpilog() argument
3957 if (RetKeyInstructionsSourceAtom) in EmitFunctionEpilog()
3958 addInstToSpecificSourceAtom(I, nullptr, RetKeyInstructionsSourceAtom); in EmitFunctionEpilog()
4142 if (RetKeyInstructionsSourceAtom) in EmitFunctionEpilog()
4143 addInstToSpecificSourceAtom(Ret, Backup, RetKeyInstructionsSourceAtom); in EmitFunctionEpilog()
H A DCodeGenFunction.h2563 uint64_t RetKeyInstructionsSourceAtom);