Lines Matching defs:PerFunctionState
3012 PerFunctionState &PFS, bool IsMustTailCall,
3178 SmallVectorImpl<OperandBundleDef> &BundleList, PerFunctionState &PFS) {
3541 LLParser::PerFunctionState::PerFunctionState(LLParser &p, Function &f,
3556 LLParser::PerFunctionState::~PerFunctionState() {
3576 bool LLParser::PerFunctionState::finishFunction() {
3591 Value *LLParser::PerFunctionState::getVal(const std::string &Name, Type *Ty,
3632 Value *LLParser::PerFunctionState::getVal(unsigned ID, Type *Ty, LocTy Loc) {
3667 bool LLParser::PerFunctionState::setInstName(int NameID,
3730 BasicBlock *LLParser::PerFunctionState::getBB(const std::string &Name,
3736 BasicBlock *LLParser::PerFunctionState::getBB(unsigned ID, LocTy Loc) {
3744 BasicBlock *LLParser::PerFunctionState::defineBB(const std::string &Name,
3794 bool LLParser::parseValID(ValID &ID, PerFunctionState *PFS, Type *ExpectedTy) {
5898 bool LLParser::parseDIArgList(Metadata *&MD, PerFunctionState *PFS) {
5991 bool LLParser::parseMetadataAsValue(Value *&V, PerFunctionState &PFS) {
6006 PerFunctionState *PFS) {
6030 bool LLParser::parseMetadata(Metadata *&MD, PerFunctionState *PFS) {
6083 PerFunctionState *PFS) {
6269 bool LLParser::parseValue(Type *Ty, Value *&V, PerFunctionState *PFS) {
6276 bool LLParser::parseTypeAndValue(Value *&V, PerFunctionState *PFS) {
6282 PerFunctionState &PFS) {
6555 bool LLParser::PerFunctionState::resolveForwardRefBlockAddresses() {
6604 PerFunctionState PFS(*this, Fn, FunctionNumber, UnnamedArgNums);
6634 bool LLParser::parseBasicBlock(PerFunctionState &PFS) {
6739 bool LLParser::parseDebugRecord(DbgRecord *&DR, PerFunctionState &PFS) {
6844 PerFunctionState &PFS) {
7116 PerFunctionState &PFS) {
7148 bool LLParser::parseBr(Instruction *&Inst, PerFunctionState &PFS) {
7178 bool LLParser::parseSwitch(Instruction *&Inst, PerFunctionState &PFS) {
7223 bool LLParser::parseIndirectBr(Instruction *&Inst, PerFunctionState &PFS) {
7284 bool LLParser::parseInvoke(Instruction *&Inst, PerFunctionState &PFS) {
7368 bool LLParser::parseResume(Instruction *&Inst, PerFunctionState &PFS) {
7379 PerFunctionState &PFS) {
7412 bool LLParser::parseCleanupRet(Instruction *&Inst, PerFunctionState &PFS) {
7441 bool LLParser::parseCatchRet(Instruction *&Inst, PerFunctionState &PFS) {
7461 bool LLParser::parseCatchSwitch(Instruction *&Inst, PerFunctionState &PFS) {
7510 bool LLParser::parseCatchPad(Instruction *&Inst, PerFunctionState &PFS) {
7532 bool LLParser::parseCleanupPad(Instruction *&Inst, PerFunctionState &PFS) {
7562 bool LLParser::parseUnaryOp(Instruction *&Inst, PerFunctionState &PFS,
7582 bool LLParser::parseCallBr(Instruction *&Inst, PerFunctionState &PFS) {
7689 bool LLParser::parseArithmetic(Instruction *&Inst, PerFunctionState &PFS,
7709 bool LLParser::parseLogical(Instruction *&Inst, PerFunctionState &PFS,
7728 bool LLParser::parseCompare(Instruction *&Inst, PerFunctionState &PFS,
7759 bool LLParser::parseCast(Instruction *&Inst, PerFunctionState &PFS,
7781 bool LLParser::parseSelect(Instruction *&Inst, PerFunctionState &PFS) {
7800 bool LLParser::parseVAArg(Instruction *&Inst, PerFunctionState &PFS) {
7818 bool LLParser::parseExtractElement(Instruction *&Inst, PerFunctionState &PFS) {
7835 bool LLParser::parseInsertElement(Instruction *&Inst, PerFunctionState &PFS) {
7854 bool LLParser::parseShuffleVector(Instruction *&Inst, PerFunctionState &PFS) {
7873 int LLParser::parsePHI(Instruction *&Inst, PerFunctionState &PFS) {
7923 bool LLParser::parseLandingPad(Instruction *&Inst, PerFunctionState &PFS) {
7968 bool LLParser::parseFreeze(Instruction *&Inst, PerFunctionState &PFS) {
7987 bool LLParser::parseCall(Instruction *&Inst, PerFunctionState &PFS,
8101 int LLParser::parseAlloc(Instruction *&Inst, PerFunctionState &PFS) {
8169 int LLParser::parseLoad(Instruction *&Inst, PerFunctionState &PFS) {
8219 int LLParser::parseStore(Instruction *&Inst, PerFunctionState &PFS) {
8268 int LLParser::parseCmpXchg(Instruction *&Inst, PerFunctionState &PFS) {
8322 int LLParser::parseAtomicRMW(Instruction *&Inst, PerFunctionState &PFS) {
8430 int LLParser::parseFence(Instruction *&Inst, PerFunctionState &PFS) {
8447 int LLParser::parseGetElementPtr(Instruction *&Inst, PerFunctionState &PFS) {
8523 int LLParser::parseExtractValue(Instruction *&Inst, PerFunctionState &PFS) {
8542 int LLParser::parseInsertValue(Instruction *&Inst, PerFunctionState &PFS) {
8669 bool LLParser::parseUseListOrder(PerFunctionState *PFS) {