Searched refs:hasInfo (Results 1 - 2 of 2) 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
H A DCGLoopInfo.cpp94 if (!hasInfo())

Completed in 455 milliseconds