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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp998 bool isOperatingOnInvariantMemAt(Instruction *I, unsigned GenAt);
1170 bool EarlyCSE::isOperatingOnInvariantMemAt(Instruction *I, unsigned GenAt) { function in class:EarlyCSE
1288 if (!isOperatingOnInvariantMemAt(MemInst.get(), InVal.Generation) &&

Completed in 52 milliseconds