Searched refs:Indirects (Results 1 – 2 of 2) sorted by relevance
452 int Indirects = 1; in generateExistingPhis() local455 if ((int)(PrologStage - StageDiff - np) < PhiStage + Indirects) in generateExistingPhis()462 if (PhiOpStage != -1 && PrologStage - StageAdj >= Indirects + np && in generateExistingPhis()463 VRMap[PrologStage - StageAdj - Indirects - np].count(PhiOp1)) { in generateExistingPhis()464 PhiOp1 = VRMap[PrologStage - StageAdj - Indirects - np][PhiOp1]; in generateExistingPhis()467 ++Indirects; in generateExistingPhis()
811 HelpText<"Indirects access to all to exported symbols in a dylib">,