Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineAdvisor.cpp286 CallBase *CS2 = dyn_cast<CallBase>(U); in shouldBeDeferred() local
291 if (!CS2 || CS2->getCalledFunction() != Caller) { in shouldBeDeferred()
296 InlineCost IC2 = GetInlineCost(*CS2); in shouldBeDeferred()
/openbsd-src/gnu/llvm/llvm/docs/
H A DAliasAnalysis.rst152 & ``CS2``), returns ``NoModRef`` if neither call writes to memory read or
153 written by the other, ``Ref`` if ``CS1`` reads memory written by ``CS2``,
154 ``Mod`` if ``CS1`` writes to memory read or written by ``CS2``, or ``ModRef`` if
155 ``CS1`` might read or write memory written to by ``CS2``. Note that this
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h1743 while (const auto *CS2 = dyn_cast<CaseStmt>(CS->getSubStmt())) in getEndLoc() local
1744 CS = CS2; in getEndLoc()