Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2140 int LoopValStage = in generateExistingPhis() local
2157 if (!InKernel && (int)PrologStage <= LoopValStage) in generateExistingPhis()
2158 MaxPhis = std::max((int)MaxPhis - (int)LoopValStage, 1); in generateExistingPhis()
2162 unsigned AccessStage = (LoopValStage != -1) ? LoopValStage : StageScheduled; in generateExistingPhis()
2174 if (InKernel && LoopValStage != -1 && StageScheduled > LoopValStage) in generateExistingPhis()
2175 StageDiff = StageScheduled - LoopValStage; in generateExistingPhis()
2225 if (LoopValStage != -1 && StageScheduled > LoopValStage) in generateExistingPhis()
2226 StageDiffAdj = StageScheduled - LoopValStage; in generateExistingPhis()
2230 (StageScheduled != 0 || LoopValStage != 0) && in generateExistingPhis()
2239 else if (static_cast<unsigned>(LoopValStage) > PrologStage + 1 && in generateExistingPhis()
[all …]