Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGLoopInfo.h113 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
145 bool hasInfo() const { return !Active.empty(); } in hasInfo() function
DCGLoopInfo.cpp230 if (!hasInfo()) in InsertHelper()