Searched refs:setOnlyReadsMemory (Results 1 – 9 of 9) 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 …]
553 void setOnlyReadsMemory();
1986 void setOnlyReadsMemory();
234 Call->setOnlyReadsMemory(); in makeGEPAndLoad()
1517 F->setOnlyReadsMemory(); in thinLTOFinalizeInModule()
874 void Function::setOnlyReadsMemory() { in setOnlyReadsMemory() function in Function
635 void CallBase::setOnlyReadsMemory() { in setOnlyReadsMemory() function in CallBase
784 slot->setOnlyReadsMemory(); in LookupIMP()806 slot->setOnlyReadsMemory(); in LookupIMPSuper()
2483 Result.setOnlyReadsMemory(); in UpdateAsmCallInst()