Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp456 int Indirects = 1; in generateExistingPhis() local
459 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()
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td830 HelpText<"Indirects access to all to exported symbols in a dylib">,