Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1254 bool MemInstMatching = !MemInst.isLoad(); in getMatchingValue() local
1255 Instruction *Matching = MemInstMatching ? MemInst.get() : InVal.DefInst; in getMatchingValue()
1256 Instruction *Other = MemInstMatching ? InVal.DefInst : MemInst.get(); in getMatchingValue()