Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mpi3mr/mpi/
H A Dmpi30_transport.h510 MPI3_SGE_LAST_CHAIN LastChain; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6268 Instruction *LastChain = InLoopReductionImmediateChains.at(RetI); in getReductionPatternCost() local
6269 Instruction *ReductionPhi = LastChain; in getReductionPatternCost()
6293 Instruction *RedOp = RetI->getOperand(1) == LastChain in getReductionPatternCost()
7256 Instruction *LastChain = Phi; in collectInLoopReductions() local
7258 InLoopReductionImmediateChains[I] = LastChain; in collectInLoopReductions()
7259 LastChain = I; in collectInLoopReductions()