Searched refs:ReplaceWithConstMap (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h128 SmallMapVector<llvm::Value *, llvm::Constant *, 4> ReplaceWithConstMap; member in class:llvm::GVN
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1714 ReplaceWithConstMap[V] = True;
1733 ReplaceWithConstMap[CmpLHS] = RHSConst;
1867 // ReplaceWithConstMap.
1872 auto it = ReplaceWithConstMap.find(Operand);
1873 if (it != ReplaceWithConstMap.end()) {
2254 ReplaceWithConstMap.clear();
2259 if (!ReplaceWithConstMap.empty())

Completed in 534 milliseconds