Home
last modified time | relevance | path

Searched refs:UBImplyingAttributes (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSCCP.cpp328 AttributeMask UBImplyingAttributes = in runIPSCCP() local
333 F->removeRetAttrs(UBImplyingAttributes); in runIPSCCP()
347 CB->removeRetAttrs(UBImplyingAttributes); in runIPSCCP()
HDDeadArgumentElimination.cpp298 AttributeMask UBImplyingAttributes = in removeDeadArgumentsFromCallers() local
308 F.removeParamAttrs(Arg.getArgNo(), UBImplyingAttributes); in removeDeadArgumentsFromCallers()
325 CB->removeParamAttrs(ArgNo, UBImplyingAttributes); in removeDeadArgumentsFromCallers()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDInstruction.cpp499 AttributeMask UBImplyingAttributes = in dropUBImplyingAttrsAndUnknownMetadata() local
502 CB->removeParamAttrs(ArgNo, UBImplyingAttributes); in dropUBImplyingAttrsAndUnknownMetadata()
503 CB->removeRetAttrs(UBImplyingAttributes); in dropUBImplyingAttrsAndUnknownMetadata()