Lines Matching refs:IRInstructionData
501 for (IRInstructionData &ID : *Candidate) { in getBenefit()
555 for (IRInstructionData &ID : C) { in collectRegionsConstants()
2337 static bool nextIRInstructionDataMatchesNextInst(IRInstructionData &ID) { in nextIRInstructionDataMatchesNextInst()
2380 IRInstructionData *NewEndIRID = new (InstDataAllocator.Allocate()) in isCompatibleWithAlreadyOutlinedCode()
2381 IRInstructionData(*NewEndInst, in isCompatibleWithAlreadyOutlinedCode()
2390 return none_of(*IRSC, [this](IRInstructionData &ID) { in isCompatibleWithAlreadyOutlinedCode()
2436 bool BBHasAddressTaken = any_of(IRSC, [](IRInstructionData &ID){ in pruneIncompatibleRegions()
2463 bool BadInst = any_of(IRSC, [this](IRInstructionData &ID) { in pruneIncompatibleRegions()
2570 for (IRInstructionData &ID : Candidate) { in findCostForOutputBlocks()
2754 Region.NewFront = new (InstDataAllocator.Allocate()) IRInstructionData( in extractSection()
2756 Region.NewBack = new (InstDataAllocator.Allocate()) IRInstructionData( in extractSection()