Searched refs:RootI (Results 1 – 4 of 4) sorted by relevance
63 MachineInstr *RootI = MRI.getVRegDef(Root.getReg()); in isBaseWithConstantOffset() local64 if (RootI->getOpcode() != TargetOpcode::G_GEP) in isBaseWithConstantOffset()67 MachineOperand &RHS = RootI->getOperand(2); in isBaseWithConstantOffset()
284 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument288 CostWorklist.push_back(&RootI); in analyzeLoopUnrollCost()
365 auto AddCostRecursively = [&](Instruction &RootI, int Iteration) { in analyzeLoopUnrollCost() argument369 CostWorklist.push_back(&RootI); in analyzeLoopUnrollCost()
513 if (Instruction *RootI = dyn_cast<Instruction>(Root)) in materialize() local514 link(RootI, B, At); in materialize()