Lines Matching refs:PFS
63 const PerFunctionMIParsingState &PFS;
87 StringRef Source, const PerFunctionMIParsingState &PFS,
248 StringRef Source, const PerFunctionMIParsingState &PFS,
251 PFS(PFS), IRSlots(IRSlots) {}
798 const auto RegInfo = PFS.VirtualRegisterSlots.find(ID);
799 if (RegInfo == PFS.VirtualRegisterSlots.end())
1018 auto MBBInfo = PFS.MBBSlots.find(Number);
1019 if (MBBInfo == PFS.MBBSlots.end())
1043 auto ObjectInfo = PFS.StackObjectSlots.find(ID);
1044 if (ObjectInfo == PFS.StackObjectSlots.end())
1072 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID);
1073 if (ObjectInfo == PFS.FixedStackObjectSlots.end())
1131 auto ConstantInfo = PFS.ConstantPoolSlots.find(ID);
1132 if (ConstantInfo == PFS.ConstantPoolSlots.end())
1146 auto JumpTableEntryInfo = PFS.JumpTableSlots.find(ID);
1147 if (JumpTableEntryInfo == PFS.JumpTableSlots.end())
1951 PerFunctionMIParsingState &PFS,
1958 return MIParser(SM, MF, Error, Src, PFS, IRSlots)
1959 .parseBasicBlockDefinitions(PFS.MBBSlots);
1963 const PerFunctionMIParsingState &PFS,
1970 return MIParser(SM, MF, Error, Src, PFS, IRSlots).parseBasicBlocks();
1975 const PerFunctionMIParsingState &PFS,
1977 return MIParser(SM, MF, Error, Src, PFS, IRSlots).parseStandaloneMBB(MBB);
1982 const PerFunctionMIParsingState &PFS,
1985 return MIParser(SM, MF, Error, Src, PFS, IRSlots)
1991 const PerFunctionMIParsingState &PFS,
1994 return MIParser(SM, MF, Error, Src, PFS, IRSlots)
2000 const PerFunctionMIParsingState &PFS,
2003 return MIParser(SM, MF, Error, Src, PFS, IRSlots)
2008 StringRef Src, const PerFunctionMIParsingState &PFS,
2010 return MIParser(SM, MF, Error, Src, PFS, IRSlots).parseStandaloneMDNode(Node);