Lines Matching defs:PerFunctionState
3020 PerFunctionState &PFS, bool IsMustTailCall,
3245 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) {
3621 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f,
3636 LLParser::PerFunctionState::~PerFunctionState() {
3656 bool LLParser::PerFunctionState::finishFunction() {
3671 Value *LLParser::PerFunctionState::getVal(const std::string &Name, Type *Ty,
3712 Value *LLParser::PerFunctionState::getVal(unsigned ID, Type *Ty, LocTy Loc) {
3747 bool LLParser::PerFunctionState::setInstName(int NameID,
3810 BasicBlock *LLParser::PerFunctionState::getBB(const std::string &Name,
3816 BasicBlock *LLParser::PerFunctionState::getBB(unsigned ID, LocTy Loc) {
3824 BasicBlock *LLParser::PerFunctionState::defineBB(const std::string &Name,
3874 bool LLParser::parseValID(ValID &ID, PerFunctionState *PFS, Type *ExpectedTy) {
5979 bool LLParser::parseDIArgList(Metadata *&MD, PerFunctionState *PFS) {
6072 bool LLParser::parseMetadataAsValue(Value *&V, PerFunctionState &PFS) {
6087 PerFunctionState *PFS) {
6111 bool LLParser::parseMetadata(Metadata *&MD, PerFunctionState *PFS) {
6164 PerFunctionState *PFS) {
6352 bool LLParser::parseValue(Type *Ty, Value *&V, PerFunctionState *PFS) {
6359 bool LLParser::parseTypeAndValue(Value *&V, PerFunctionState *PFS) {
6365 PerFunctionState &PFS) {
6638 bool LLParser::PerFunctionState::resolveForwardRefBlockAddresses() {
6687 PerFunctionState PFS(*this, Fn, FunctionNumber, UnnamedArgNums);
6717 bool LLParser::parseBasicBlock(PerFunctionState &PFS) {
6822 bool LLParser::parseDebugRecord(DbgRecord *&DR, PerFunctionState &PFS) {
6927 PerFunctionState &PFS) {
7213 PerFunctionState &PFS) {
7245 bool LLParser::parseBr(Instruction *&Inst, PerFunctionState &PFS) {
7275 bool LLParser::parseSwitch(Instruction *&Inst, PerFunctionState &PFS) {
7320 bool LLParser::parseIndirectBr(Instruction *&Inst, PerFunctionState &PFS) {
7381 bool LLParser::parseInvoke(Instruction *&Inst, PerFunctionState &PFS) {
7465 bool LLParser::parseResume(Instruction *&Inst, PerFunctionState &PFS) {
7476 PerFunctionState &PFS) {
7509 bool LLParser::parseCleanupRet(Instruction *&Inst, PerFunctionState &PFS) {
7538 bool LLParser::parseCatchRet(Instruction *&Inst, PerFunctionState &PFS) {
7558 bool LLParser::parseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) {
7607 bool LLParser::parseCatchPad(Instruction *&Inst, PerFunctionState &PFS) {
7629 bool LLParser::parseCleanupPad(Instruction *&Inst, PerFunctionState &PFS) {
7659 bool LLParser::parseUnaryOp(Instruction *&Inst, PerFunctionState &PFS,
7679 bool LLParser::parseCallBr(Instruction *&Inst, PerFunctionState &PFS) {
7787 bool LLParser::parseArithmetic(Instruction *&Inst, PerFunctionState &PFS,
7807 bool LLParser::parseLogical(Instruction *&Inst, PerFunctionState &PFS,
7826 bool LLParser::parseCompare(Instruction *&Inst, PerFunctionState &PFS,
7857 bool LLParser::parseCast(Instruction *&Inst, PerFunctionState &PFS,
7877 bool LLParser::parseSelect(Instruction *&Inst, PerFunctionState &PFS) {
7896 bool LLParser::parseVAArg(Instruction *&Inst, PerFunctionState &PFS) {
7914 bool LLParser::parseExtractElement(Instruction *&Inst, PerFunctionState &PFS) {
7931 bool LLParser::parseInsertElement(Instruction *&Inst, PerFunctionState &PFS) {
7950 bool LLParser::parseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) {
7969 int LLParser::parsePHI(Instruction *&Inst, PerFunctionState &PFS) {
8019 bool LLParser::parseLandingPad(Instruction *&Inst, PerFunctionState &PFS) {
8064 bool LLParser::parseFreeze(Instruction *&Inst, PerFunctionState &PFS) {
8083 bool LLParser::parseCall(Instruction *&Inst, PerFunctionState &PFS,
8197 int LLParser::parseAlloc(Instruction *&Inst, PerFunctionState &PFS) {
8265 int LLParser::parseLoad(Instruction *&Inst, PerFunctionState &PFS) {
8315 int LLParser::parseStore(Instruction *&Inst, PerFunctionState &PFS) {
8364 int LLParser::parseCmpXchg(Instruction *&Inst, PerFunctionState &PFS) {
8418 int LLParser::parseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) {
8532 int LLParser::parseFence(Instruction *&Inst, PerFunctionState &PFS) {
8549 int LLParser::parseGetElementPtr(Instruction *&Inst, PerFunctionState &PFS) {
8625 int LLParser::parseExtractValue(Instruction *&Inst, PerFunctionState &PFS) {
8644 int LLParser::parseInsertValue(Instruction *&Inst, PerFunctionState &PFS) {
8771 bool LLParser::parseUseListOrder(PerFunctionState *PFS) {