Home
last modified time | relevance | path

Searched defs:BBVectorize (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp194 struct BBVectorize : public BasicBlockPass { struct
195 static char ID; // Pass identification, replacement for typeid
197 const VectorizeConfig Config;
199 BBVectorize(const VectorizeConfig &C = VectorizeConfig()) in BBVectorize() argument
204 BBVectorize(Pass *P, const VectorizeConfig &C) in BBVectorize() argument
214 typedef std::pair<Value *, Value *> ValuePair;
215 typedef std::pair<ValuePair, int> ValuePairWithCost;
216 typedef std::pair<ValuePair, size_t> ValuePairWithDepth;
217 typedef std::pair<ValuePair, ValuePair> VPPair; // A ValuePair pair
218 typedef std::pair<VPPair, unsigned> VPPairWithType;
[all …]
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h117 bool BBVectorize; variable