Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp798 int SectionLevel = 0; in onInlineAsm() local
814 ++SectionLevel; in onInlineAsm()
818 --SectionLevel; in onInlineAsm()
824 if (SectionLevel == 0) in onInlineAsm()