Searched defs:hasInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGLoopInfo.h99 return hasInfo() ? getInfo().getAttributes().IsParallel : false;
123 bool hasInfo() const { return !Active.empty(); } function in class:clang::CodeGen::LoopInfoStack

Completed in 55 milliseconds