Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp494 int CurrentII = MaxCycle + 1; in calculateStallCycle() local
503 if (DefCycle + (int)Succ.getLatency() <= CurrentII) in calculateStallCycle()
513 int StallCycle = DefCycle + (int)Succ.getLatency() - CurrentII - UseCycle; in calculateStallCycle()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17414 CurrentII; in RemoveNestedImmediateInvocation() member
17419 : Base(SemaRef), DRSet(DR), IISet(II), CurrentII(Current) {} in RemoveNestedImmediateInvocation()
17421 auto It = std::find_if(CurrentII, IISet.rend(), in RemoveNestedImmediateInvocation()
17431 CurrentII->setInt(1); in RemoveNestedImmediateInvocation()