Searched refs:CS2 (Results 1 – 3 of 3) sorted by relevance
286 CallBase *CS2 = dyn_cast<CallBase>(U); in shouldBeDeferred() local291 if (!CS2 || CS2->getCalledFunction() != Caller) { in shouldBeDeferred()296 InlineCost IC2 = GetInlineCost(*CS2); in shouldBeDeferred()
152 & ``CS2``), returns ``NoModRef`` if neither call writes to memory read or153 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`` if155 ``CS1`` might read or write memory written to by ``CS2``. Note that this
1743 while (const auto *CS2 = dyn_cast<CaseStmt>(CS->getSubStmt())) in getEndLoc() local1744 CS = CS2; in getEndLoc()