Searched refs:EntryVal (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp572 /// \p EntryVal is the value from the original loop that maps to the steps.
573 /// Note that \p EntryVal doesn't have to be an induction variable - it
575 void buildScalarSteps(Value *ScalarIV, Value *Step, Instruction *EntryVal,
579 /// EntryVal is the value from the original loop that maps to the vector phi
580 /// node, and \p Step is the loop-invariant step. If \p EntryVal is a
582 /// version of the IV truncated to \p EntryVal's type.
584 Value *Step, Instruction *EntryVal);
603 /// \p EntryVal is the value from the original loop that maps to the vector
605 /// processed - original one (if \p EntryVal is a phi corresponding to the
608 /// latter case \p EntryVal i
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp717 char &EntryVal = FullyAvailableBlocks[Entry]; local
718 if (EntryVal == 0) continue; // Already unavailable.
721 EntryVal = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2754 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : argument
2755 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup),

Completed in 178 milliseconds