Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp195 struct BBVectorize : public BasicBlockPass { struct
196 static char ID; // Pass identification, replacement for typeid
198 const VectorizeConfig Config;
200 BBVectorize(const VectorizeConfig &C = VectorizeConfig()) in BBVectorize() function
205 BBVectorize(Pass *P, Function &F, const VectorizeConfig &C) in BBVectorize() argument
215 typedef std::pair<Value *, Value *> ValuePair;
216 typedef std::pair<ValuePair, int> ValuePairWithCost;
217 typedef std::pair<ValuePair, size_t> ValuePairWithDepth;
218 typedef std::pair<ValuePair, ValuePair> VPPair; // A ValuePair pair
219 typedef std::pair<VPPair, unsigned> VPPairWithType;
[all …]
/external/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h115 bool BBVectorize; variable