Searched refs:isSimpleLoadStore (Results 1 – 1 of 1) sorted by relevance
742 static bool isSimpleLoadStore(Instruction *I) { in isSimpleLoadStore() function1286 if (!isa<PHINode>(I) && !isSimpleLoadStore(I) && in validate()1317 if (FutureSideEffects && ((!isSimpleLoadStore(BaseInst) && in validate()1319 (!isSimpleLoadStore(RootInst) && in validate()