Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h231 return hasInfo() ? getInfo().getAttributes().IsParallel : false; in getCurLoopParallel()
299 bool hasInfo() const { return !Active.empty(); } in hasInfo() function
H A DCGLoopInfo.cpp856 if (!hasInfo()) in InsertHelper()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp554 if (!LastEMSInfo->hasInfo()) in FlushPendingMappingSymbol()
631 bool hasInfo() { return F != nullptr; } in hasInfo() function