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