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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp751 bool isOperatingOnInvariantMemAt(Instruction *I, unsigned GenAt);
828 bool EarlyCSE::isOperatingOnInvariantMemAt(Instruction *I, unsigned GenAt) { function in class:EarlyCSE
1121 (isOperatingOnInvariantMemAt(Inst, InVal.Generation) ||
1213 (isOperatingOnInvariantMemAt(Inst, InVal.Generation) ||

Completed in 107 milliseconds