Lines Matching defs:SmallVector

20 #include "llvm/ADT/SmallVector.h"
678 SmallVector<uint32_t, 8> Weights;
833 SmallVector<BasicBlock*, 16> Preds(pred_begin(BB), pred_end(BB));
852 SmallVector<BasicBlock*, 8> NewSuccessors;
855 SmallVector<uint64_t, 8> Weights;
870 SmallVector<uint64_t, 8> SuccWeights;
1002 SmallVector<uint32_t, 8> MDWeights(Weights.begin(), Weights.end());
1997 SmallVector<PHINode*, 4> PHIs;
2039 SmallVector<std::pair<Value*, unsigned>, 4> Worklist;
2110 SmallVector<uint64_t, 8> NewWeights;
2146 SmallVector<uint32_t, 8> MDWeights(NewWeights.begin(),NewWeights.end());
2374 SmallVector<uint64_t, 2> NewWeights;
2381 SmallVector<uint32_t, 2> MDWeights(NewWeights.begin(),NewWeights.end());
2501 SmallVector<uint64_t, 8> Weights;
2635 SmallVector<uint64_t, 8> Weights;
2644 SmallVector<uint32_t, 8> MDWeights(Weights.begin(), Weights.end());
2804 SmallVector<Value*, 8> Args(II->op_begin(), II->op_end() - 3);
2840 SmallVector<BasicBlock*, 8> UncondBranchPreds;
2841 SmallVector<BranchInst*, 8> CondBranchPreds;
2934 SmallVector<BasicBlock*, 8> Preds(pred_begin(BB), pred_end(BB));
3021 SmallVector<Value*, 8> Args(II->op_begin(), II->op_end()-3);
3052 SmallVector<ConstantInt *, 16> Cases;
3081 SmallVector<uint64_t, 8> Weights;
3119 SmallVector<ConstantInt*, 8> DeadCases;
3129 SmallVector<uint64_t, 8> Weights;
3151 SmallVector<uint32_t, 8> MDWeights(Weights.begin(), Weights.end());
3199 typedef DenseMap<PHINode*, SmallVector<int,4> > ForwardingNodesMap;
3219 SmallVector<int,4> &Indexes = I->second;
3308 SmallVector<std::pair<PHINode*,Constant*>, 4> &Res) {
3381 const SmallVector<std::pair<ConstantInt*, Constant*>, 4>& Values,
3428 const SmallVector<std::pair<ConstantInt*, Constant*>, 4>& Values,
3439 SmallVector<Constant*, 64> TableContents(TableSize);
3634 typedef SmallVector<std::pair<ConstantInt*, Constant*>, 4> ResultListTy;
3638 SmallVector<PHINode*, 4> PHIs;
3648 typedef SmallVector<std::pair<PHINode*, Constant*>, 4> ResultsTy;
3663 SmallVector<std::pair<PHINode*, Constant*>, 4> DefaultResultsList;