Home | History | Annotate | Download | only in Utils

Lines Matching refs:SmallVector

20 #include "llvm/ADT/SmallVector.h"
104 typedef SmallVector<std::pair<Constant *, SmallVector<ConstantInt *, 4>>, 2>
109 typedef SmallVector<std::pair<PHINode *, Constant *>, 4> SwitchCaseResultsTy;
376 SmallVector<ConstantInt *, 8> Vals; /// Set of integers to match in switch
493 // Keep a stack (SmallVector for efficiency) for depth-first traversal
494 SmallVector<Value *, 8> DFT;
707 SmallVector<uint32_t, 8> Weights;
854 SmallVector<BasicBlock*, 16> Preds(pred_begin(BB), pred_end(BB));
873 SmallVector<BasicBlock*, 8> NewSuccessors;
876 SmallVector<uint64_t, 8> Weights;
891 SmallVector<uint64_t, 8> SuccWeights;
1022 SmallVector<uint32_t, 8> MDWeights(Weights.begin(), Weights.end());
2168 SmallVector<PHINode*, 4> PHIs;
2262 SmallVector<uint64_t, 8> NewWeights;
2298 SmallVector<uint32_t, 8> MDWeights(NewWeights.begin(),NewWeights.end());
2971 SmallVector<uint64_t, 8> Weights;
3106 SmallVector<uint64_t, 8> Weights;
3115 SmallVector<uint32_t, 8> MDWeights(Weights.begin(), Weights.end());
3390 SmallVector<BasicBlock*, 8> UncondBranchPreds;
3391 SmallVector<BranchInst*, 8> CondBranchPreds;
3484 SmallVector<BasicBlock*, 8> Preds(pred_begin(BB), pred_end(BB));
3561 SmallVector <ConstantInt *, 16> CasesA;
3562 SmallVector <ConstantInt *, 16> CasesB;
3619 SmallVector<uint64_t, 8> Weights;
3670 SmallVector<ConstantInt*, 8> DeadCases;
3703 SmallVector<uint64_t, 8> Weights;
3725 SmallVector<uint32_t, 8> MDWeights(Weights.begin(), Weights.end());
3773 typedef DenseMap<PHINode*, SmallVector<int,4> > ForwardingNodesMap;
3850 SmallVector<Constant *, 4> COps;
3957 SmallVector<ConstantInt*, 4>(1, CaseVal)));
3990 SmallVector<std::pair<PHINode *, Constant *>, 1> DefaultResults;
4174 SmallVector<Constant*, 64> TableContents(TableSize);
4504 typedef SmallVector<std::pair<ConstantInt*, Constant*>, 4> ResultListTy;
4508 SmallVector<PHINode*, 4> PHIs;
4518 typedef SmallVector<std::pair<PHINode*, Constant*>, 4> ResultsTy;
4546 SmallVector<std::pair<PHINode*, Constant*>, 4> DefaultResultsList;