Lines Matching refs:PerFunctionState
198 PerFunctionState *PFS) {
1546 PerFunctionState *PFS) {
1840 PerFunctionState &PFS) {
2129 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f,
2140 LLParser::PerFunctionState::~PerFunctionState() {
2161 bool LLParser::PerFunctionState::FinishFunction() {
2199 Value *LLParser::PerFunctionState::GetVal(const std::string &Name,
2241 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty,
2284 bool LLParser::PerFunctionState::SetInstName(int NameID,
2343 BasicBlock *LLParser::PerFunctionState::GetBB(const std::string &Name,
2349 BasicBlock *LLParser::PerFunctionState::GetBB(unsigned ID, LocTy Loc) {
2357 BasicBlock *LLParser::PerFunctionState::DefineBB(const std::string &Name,
2392 bool LLParser::ParseValID(ValID &ID, PerFunctionState *PFS) {
2909 bool LLParser::ParseMetadataListValue(ValID &ID, PerFunctionState *PFS) {
2927 bool LLParser::ParseMetadataValue(ValID &ID, PerFunctionState *PFS) {
2957 PerFunctionState *PFS) {
3077 bool LLParser::ParseValue(Type *Ty, Value *&V, PerFunctionState *PFS) {
3084 bool LLParser::ParseTypeAndValue(Value *&V, PerFunctionState *PFS) {
3091 PerFunctionState &PFS) {
3332 PerFunctionState PFS(*this, Fn, FunctionNumber);
3350 bool LLParser::ParseBasicBlock(PerFunctionState &PFS) {
3421 PerFunctionState &PFS) {
3574 PerFunctionState &PFS) {
3605 bool LLParser::ParseBr(Instruction *&Inst, PerFunctionState &PFS) {
3634 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) {
3679 bool LLParser::ParseIndirectBr(Instruction *&Inst, PerFunctionState &PFS) {
3720 bool LLParser::ParseInvoke(Instruction *&Inst, PerFunctionState &PFS) {
3820 bool LLParser::ParseResume(Instruction *&Inst, PerFunctionState &PFS) {
3839 bool LLParser::ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS,
3867 bool LLParser::ParseLogical(Instruction *&Inst, PerFunctionState &PFS,
3886 bool LLParser::ParseCompare(Instruction *&Inst, PerFunctionState &PFS,
3919 bool LLParser::ParseCast(Instruction *&Inst, PerFunctionState &PFS,
3941 bool LLParser::ParseSelect(Instruction *&Inst, PerFunctionState &PFS) {
3960 bool LLParser::ParseVA_Arg(Instruction *&Inst, PerFunctionState &PFS) {
3978 bool LLParser::ParseExtractElement(Instruction *&Inst, PerFunctionState &PFS) {
3995 bool LLParser::ParseInsertElement(Instruction *&Inst, PerFunctionState &PFS) {
4014 bool LLParser::ParseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) {
4033 int LLParser::ParsePHI(Instruction *&Inst, PerFunctionState &PFS) {
4082 bool LLParser::ParseLandingPad(Instruction *&Inst, PerFunctionState &PFS) {
4134 bool LLParser::ParseCall(Instruction *&Inst, PerFunctionState &PFS,
4237 int LLParser::ParseAlloc(Instruction *&Inst, PerFunctionState &PFS) {
4273 int LLParser::ParseLoad(Instruction *&Inst, PerFunctionState &PFS) {
4314 int LLParser::ParseStore(Instruction *&Inst, PerFunctionState &PFS) {
4358 int LLParser::ParseCmpXchg(Instruction *&Inst, PerFunctionState &PFS) {
4412 int LLParser::ParseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) {
4467 int LLParser::ParseFence(Instruction *&Inst, PerFunctionState &PFS) {
4484 int LLParser::ParseGetElementPtr(Instruction *&Inst, PerFunctionState &PFS) {
4533 int LLParser::ParseExtractValue(Instruction *&Inst, PerFunctionState &PFS) {
4552 int LLParser::ParseInsertValue(Instruction *&Inst, PerFunctionState &PFS) {
4580 PerFunctionState *PFS) {