Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp751 bool isOperatingOnInvariantMemAt(Instruction *I, unsigned GenAt);
828 bool EarlyCSE::isOperatingOnInvariantMemAt(Instruction *I, unsigned GenAt) { in isOperatingOnInvariantMemAt() function in EarlyCSE
1121 (isOperatingOnInvariantMemAt(Inst, InVal.Generation) || in processNode()
1213 (isOperatingOnInvariantMemAt(Inst, InVal.Generation) || in processNode()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp834 bool isOperatingOnInvariantMemAt(Instruction *I, unsigned GenAt);
1006 bool EarlyCSE::isOperatingOnInvariantMemAt(Instruction *I, unsigned GenAt) { in isOperatingOnInvariantMemAt() function in EarlyCSE
1118 if (!isOperatingOnInvariantMemAt(MemInst.get(), InVal.Generation) && in getMatchingValue()