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.h506 MPI3_SGE_LAST_CHAIN LastChain; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5772 Instruction *LastChain = InLoopReductionImmediateChains.at(RetI); in getReductionPatternCost() local
5773 Instruction *ReductionPhi = LastChain; in getReductionPatternCost()
5805 Instruction *RedOp = RetI->getOperand(1) == LastChain in getReductionPatternCost()
6763 Instruction *LastChain = Phi; in collectInLoopReductions() local
6765 InLoopReductionImmediateChains[I] = LastChain; in collectInLoopReductions()
6766 LastChain = I; in collectInLoopReductions()