Searched refs:setOnlyReadsMemory (Results 1 – 8 of 8) sorted by relevance
68 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() function71 F.setOnlyReadsMemory(); in setOnlyReadsMemory()132 static bool setOnlyReadsMemory(Function &F, unsigned ArgNo) { in setOnlyReadsMemory() function276 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()285 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()299 Changed |= setOnlyReadsMemory(F, 0); in inferNonMandatoryLibFuncAttrs()308 Changed |= setOnlyReadsMemory(F, 1); in inferNonMandatoryLibFuncAttrs()323 Changed |= setOnlyReadsMemory(F, 1); in inferNonMandatoryLibFuncAttrs()332 Changed |= setOnlyReadsMemory(F, 1); in inferNonMandatoryLibFuncAttrs()341 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()[all …]
502 void setOnlyReadsMemory();
1870 void setOnlyReadsMemory();
1069 F->setOnlyReadsMemory(); in thinLTOFinalizeInModule()
781 slot->setOnlyReadsMemory(); in LookupIMP()803 slot->setOnlyReadsMemory(); in LookupIMPSuper()
2287 Result.setOnlyReadsMemory(); in UpdateAsmCallInst()
774 void Function::setOnlyReadsMemory() { in setOnlyReadsMemory() function in Function
580 void CallBase::setOnlyReadsMemory() { in setOnlyReadsMemory() function in CallBase