Searched defs:LoadMoveSet (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp375 DenseMap<Value *, std::vector<Value *> > &LoadMoveSet,
382 DenseMap<Value *, std::vector<Value *> > &LoadMoveSet,
1180 // If LoadMoveSet is not null, then it is a previously-computed map
1182 // the instruction to be compared with I. So, if LoadMoveSet is provided,
2921 DenseMap<Value *, std::vector<Value *> > &LoadMoveSet,
2937 LoadMoveSet[L].push_back(I);
2954 DenseMap<Value *, std::vector<Value *> > &LoadMoveSet,
2962 collectPairLoadMoveSet(BB, ChosenPairs, LoadMoveSet,
3018 DenseMap<Value *, std::vector<Value *> > LoadMoveSet; local
3021 LoadMoveSet, LoadMoveSetPair
2919 collectPairLoadMoveSet(BasicBlock &BB, DenseMap<Value *, Value *> &ChosenPairs, DenseMap<Value *, std::vector<Value *> > &LoadMoveSet, DenseSet<ValuePair> &LoadMoveSetPairs, Instruction *I) argument
2951 collectLoadMoveSet(BasicBlock &BB, std::vector<Value *> &PairableInsts, DenseMap<Value *, Value *> &ChosenPairs, DenseMap<Value *, std::vector<Value *> > &LoadMoveSet, DenseSet<ValuePair> &LoadMoveSetPairs) argument
[all...]

Completed in 1106 milliseconds