Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h236 bool HasPatchPoint = false; variable
388 bool hasPatchPoint() const { return HasPatchPoint; } in hasPatchPoint()
389 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
H A DMIRYamlMapping.h601 bool HasPatchPoint = false;
623 HasPatchPoint == Other.HasPatchPoint &&
647 YamlIO.mapOptional("hasPatchPoint", MFI.HasPatchPoint, false);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp349 YamlMFI.HasPatchPoint = MFI.hasPatchPoint(); in convert()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp725 MFI.setHasPatchPoint(YamlMFI.HasPatchPoint); in initializeFrameInfo()