Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DGVN.cpp619 SmallMapVector<llvm::Value *, llvm::Constant *, 4> ReplaceWithConstMap; member in __anon4436d4200211::GVN
1823 ReplaceWithConstMap[V] = True; in processAssumeIntrinsic()
1842 ReplaceWithConstMap[CmpLHS] = RHSConst; in processAssumeIntrinsic()
2120 auto it = ReplaceWithConstMap.find(Operand); in replaceOperandsWithConsts()
2121 if (it != ReplaceWithConstMap.end()) { in replaceOperandsWithConsts()
2494 ReplaceWithConstMap.clear(); in processBlock()
2499 if (!ReplaceWithConstMap.empty()) in processBlock()