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.cpp461 int Indirects = 1; in generateExistingPhis() local
464 if ((int)(PrologStage - StageDiff - np) < PhiStage + Indirects) in generateExistingPhis()
471 if (PhiOpStage != -1 && PrologStage - StageAdj >= Indirects + np) { in generateExistingPhis()
472 auto &M = VRMap[PrologStage - StageAdj - Indirects - np]; in generateExistingPhis()
478 ++Indirects; in generateExistingPhis()
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td397 HelpText<"Indirects access to all exported symbols in an image">,