Searched refs:InKernel (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp375 bool InKernel = (LastStageNum == CurStageNum); local
376 if (InKernel) {
417 if (!InKernel && (int)PrologStage <= LoopValStage)
429 if (!InKernel && StageScheduled >= LoopValStage && AccessStage == 0 &&
434 if (InKernel && LoopValStage != -1 && StageScheduled > LoopValStage)
483 if (!InKernel) {
544 if (InKernel && StageDiff > 0 &&
564 if (InKernel && VRMap[PrevStage - np].count(LoopVal))
582 if (InKernel)
613 bool InKernel local
[all...]

Completed in 117 milliseconds