HomeSort by: relevance | last modified time | path
    Searched refs:ReplaceOperandsWithMap (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
GVN.h 241 SmallMapVector<Value *, Value *, 4> ReplaceOperandsWithMap;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp 1810 ReplaceOperandsWithMap[V] = True;
1815 ReplaceOperandsWithMap[NotV] = ConstantInt::getFalse(V->getContext());
1868 ReplaceOperandsWithMap[CmpLHS] = CmpRHS;
2130 auto it = ReplaceOperandsWithMap.find(Operand);
2131 if (it != ReplaceOperandsWithMap.end()) {
2515 ReplaceOperandsWithMap.clear();
2526 if (!ReplaceOperandsWithMap.empty())

Completed in 19 milliseconds