Searched refs:ValuePair (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp219 typedef std::pair<Value *, Value *> ValuePair; typedef in struct:__anon13458::BBVectorize
220 typedef std::pair<ValuePair, int> ValuePairWithCost;
221 typedef std::pair<ValuePair, size_t> ValuePairWithDepth;
222 typedef std::pair<ValuePair, ValuePair> VPPair; // A ValuePair pair
238 DenseSet<ValuePair> &FixedOrderPairs,
239 DenseMap<ValuePair, int> &CandidatePairCostSavings,
253 DenseSet<ValuePair> &CandidatePairsSet,
255 DenseMap<ValuePair, st
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp257 typedef std::pair<Value *, Value *> ValuePair; typedef
264 bool run(const std::list<ValuePair>&);
708 std::list<ValuePair> mustSpill;
1287 mustSpill.push_back(ValuePair(lval, slot));
1476 SpillCodeInserter::run(const std::list<ValuePair>& lst)
1478 for (std::list<ValuePair>::const_iterator it = lst.begin(); it != lst.end();
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp64 auto ValuePair = ValuesToInspect.pop_back_val(); local
65 const bool IsOffset = ValuePair.second;
66 for (auto &U : ValuePair.first->uses()) {
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4773 for (auto ValuePair : Values) {
4775 ValuePair.second, CmpOp1, true);

Completed in 162 milliseconds