Lines Matching refs:IRInstructionData
496 for (IRInstructionData &ID : *Candidate) { in getBenefit()
550 for (IRInstructionData &ID : C) { in collectRegionsConstants()
2332 static bool nextIRInstructionDataMatchesNextInst(IRInstructionData &ID) { in nextIRInstructionDataMatchesNextInst()
2375 IRInstructionData *NewEndIRID = new (InstDataAllocator.Allocate()) in isCompatibleWithAlreadyOutlinedCode()
2376 IRInstructionData(*NewEndInst, in isCompatibleWithAlreadyOutlinedCode()
2385 return none_of(*IRSC, [this](IRInstructionData &ID) { in isCompatibleWithAlreadyOutlinedCode()
2430 bool BBHasAddressTaken = any_of(IRSC, [](IRInstructionData &ID){ in pruneIncompatibleRegions()
2449 bool BadInst = any_of(IRSC, [this](IRInstructionData &ID) { in pruneIncompatibleRegions()
2555 for (IRInstructionData &ID : Candidate) { in findCostForOutputBlocks()
2739 Region.NewFront = new (InstDataAllocator.Allocate()) IRInstructionData( in extractSection()
2741 Region.NewBack = new (InstDataAllocator.Allocate()) IRInstructionData( in extractSection()