Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp793 bool SCCCaptured = false; in addArgumentAttrs() local
795 I != E && !SCCCaptured; ++I) { in addArgumentAttrs()
799 SCCCaptured = true; in addArgumentAttrs()
802 if (SCCCaptured) in addArgumentAttrs()
813 I != E && !SCCCaptured; ++I) { in addArgumentAttrs()
819 SCCCaptured = true; in addArgumentAttrs()
823 if (SCCCaptured) in addArgumentAttrs()