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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DASanStackFrameLayout.cpp74 bool IsLast = i == NumVars - 1; local
82 size_t NextAlignment = IsLast ? Granularity
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h193 bool IsLast);
197 unsigned LastStageNum, unsigned CurStageNum, bool IsLast);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp368 unsigned LastStageNum, unsigned CurStageNum, bool IsLast) {
537 if (IsLast && np == NumPhis - 1)
577 if (IsLast && np == NumPhis - 1)
595 if (NumStages == 0 && IsLast && VRMap[CurStageNum].count(LoopVal))
606 unsigned LastStageNum, unsigned CurStageNum, bool IsLast) {
691 if (IsLast && np == NumPhis - 1)
365 generateExistingPhis( MachineBasicBlock *NewBB, MachineBasicBlock *BB1, MachineBasicBlock *BB2, MachineBasicBlock *KernelBB, ValueMapTy *VRMap, InstrMapTy &InstrMap, unsigned LastStageNum, unsigned CurStageNum, bool IsLast) argument
603 generatePhis( MachineBasicBlock *NewBB, MachineBasicBlock *BB1, MachineBasicBlock *BB2, MachineBasicBlock *KernelBB, ValueMapTy *VRMap, InstrMapTy &InstrMap, unsigned LastStageNum, unsigned CurStageNum, bool IsLast) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1718 bool IsLast = (I + 1) == LSI->NumExplicitCaptures; local
1721 if (!CurHasPreviousCapture && !IsLast) {

Completed in 160 milliseconds