Searched refs:setOnlyReadsMemory (Results 1 – 10 of 10) sorted by relevance
101 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() function185 static bool setOnlyReadsMemory(Function &F, unsigned ArgNo) { in setOnlyReadsMemory() function332 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()342 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()358 Changed |= setOnlyReadsMemory(F, 0); in inferNonMandatoryLibFuncAttrs()368 Changed |= setOnlyReadsMemory(F, 1); in inferNonMandatoryLibFuncAttrs()384 Changed |= setOnlyReadsMemory(F, 1); in inferNonMandatoryLibFuncAttrs()394 Changed |= setOnlyReadsMemory(F, 1); in inferNonMandatoryLibFuncAttrs()404 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()413 Changed |= setOnlyReadsMemory(F); in inferNonMandatoryLibFuncAttrs()[all …]
460 CI->setOnlyReadsMemory(); in setDXILAttributes()
561 void setOnlyReadsMemory();
1926 LLVM_ABI void setOnlyReadsMemory();
232 Call->setOnlyReadsMemory(); in makeGEPAndLoad()
891 void Function::setOnlyReadsMemory() { in setOnlyReadsMemory() function in Function
670 void CallBase::setOnlyReadsMemory() { in setOnlyReadsMemory() function in CallBase
1682 F->setOnlyReadsMemory(); in thinLTOFinalizeInModule()
785 slot->setOnlyReadsMemory(); in LookupIMP()807 slot->setOnlyReadsMemory(); in LookupIMPSuper()
2650 Result.setOnlyReadsMemory(); in UpdateAsmCallInst()