Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp82 auto IgnoreLoopsAttr = F.getFnAttribute("xray-ignore-loops"); in needMDTAndMLIAnalyses() local
84 return !AlwaysInstrument && !IgnoreLoopsAttr.isValid(); in needMDTAndMLIAnalyses()
213 auto IgnoreLoopsAttr = F.getFnAttribute("xray-ignore-loops"); in run() local
217 bool IgnoreLoops = IgnoreLoopsAttr.isValid(); in run()