Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp198 struct BBVectorize : public BasicBlockPass { struct
199 static char ID; // Pass identification, replacement for typeid
201 const VectorizeConfig Config;
203 BBVectorize(const VectorizeConfig &C = VectorizeConfig()) in BBVectorize() function
208 BBVectorize(Pass *P, Function &F, const VectorizeConfig &C) in BBVectorize() function
219 typedef std::pair<Value *, Value *> ValuePair;
220 typedef std::pair<ValuePair, int> ValuePairWithCost;
221 typedef std::pair<ValuePair, size_t> ValuePairWithDepth;
222 typedef std::pair<ValuePair, ValuePair> VPPair; // A ValuePair pair
223 typedef std::pair<VPPair, unsigned> VPPairWithType;
[all …]
/external/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h128 bool BBVectorize; variable