Home
last modified time | relevance | path

Searched refs:Indirects (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DModuloSchedule.cpp452 int Indirects = 1; in generateExistingPhis() local
455 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()
/openbsd/src/gnu/llvm/lld/MachO/
DOptions.td811 HelpText<"Indirects access to all to exported symbols in a dylib">,