Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_transport.h527 MPI3_SGE_LAST_CHAIN LastChain; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5361 Instruction *LastChain = InLoopReductionImmediateChains.lookup(RetI); in getReductionPatternCost() local
5362 if (!LastChain) in getReductionPatternCost()
5367 Instruction *ReductionPhi = LastChain; in getReductionPatternCost()
5399 Instruction *RedOp = RetI->getOperand(1) == LastChain in getReductionPatternCost()
6556 Instruction *LastChain = Phi; in collectInLoopReductions() local
6558 InLoopReductionImmediateChains[I] = LastChain; in collectInLoopReductions()
6559 LastChain = I; in collectInLoopReductions()