Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h279 for (auto *TLC : Info.toplevel_cycles()) { in run()
281 << Info.Context.print(TLC->getHeader()) << "\n"); in run()
283 TLC->ParentCycle = nullptr; in run()
284 updateDepth(TLC); in run()
414 for (const auto *TLC : toplevel_cycles()) { in validateTree() local
415 for (const CycleT *Cycle : depth_first(TLC)) { in validateTree()
463 for (const auto *TLC : toplevel_cycles()) { in print() local
464 for (const CycleT *Cycle : depth_first(TLC)) { in print()
/openbsd-src/games/fortune/datfiles/
H A Dfortunes.sp.ok1094 TLC
H A Dfortunes2613 cocaine, interferon, and TLC. The only ailment chicken soup
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6581 if (const auto *TLC = Dir->getSingleClause<OMPThreadLimitClause>()) { in emitNumThreadsForTargetDirective() local
6582 ThreadLimitClause = TLC; in emitNumThreadsForTargetDirective()