Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h199 bool isHeader() const { return IsHeader; } in isHeader() function
212 isHeader()); in getPreprocessed()
222 isHeader()); in withHeaderUnit()
227 isHeader()); in withFormat()
262 bool isHeader() const { return Kind.isHeader(); } in isHeader() function
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp214 static bool isHeader(StringRef S) { in isHeader() function
239 if (!isHeader(Line)) { in getHeaders()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h250 bool isHeader(const BlockNode &Node) const { in isHeader() function
261 assert(isHeader(B) && "this is only valid on loop header blocks"); in getHeaderIndex()
286 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); } in isLoopHeader()
290 Loop->Parent->isHeader(Node); in isDoubleLoopHeader()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp321 return OuterLoop && OuterLoop->isHeader(Node); in addToDist()
660 if (OuterLoop && OuterLoop->isHeader(Succ)) in addEdge()