Searched defs:BBVectorize (Results 1 – 2 of 2) sorted by relevance
194 struct BBVectorize : public BasicBlockPass { struct195 static char ID; // Pass identification, replacement for typeid197 const VectorizeConfig Config;199 BBVectorize(const VectorizeConfig &C = VectorizeConfig()) in BBVectorize() argument204 BBVectorize(Pass *P, const VectorizeConfig &C) in BBVectorize() argument214 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 pair218 typedef std::pair<VPPair, unsigned> VPPairWithType;[all …]
117 bool BBVectorize; variable