Home
last modified time | relevance | path

Searched refs:Consumes (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroFrame.cpp99 BitVector Consumes; member
223 dump(" Consumes", Block[I].Consumes); in dump()
252 auto SavedConsumes = B.Consumes; in computeBlockData()
260 B.Consumes |= P.Consumes; in computeBlockData()
266 B.Kills |= P.Consumes; in computeBlockData()
272 B.Kills |= B.Consumes; in computeBlockData()
287 B.Changed = (B.Kills != SavedKills) || (B.Consumes != SavedConsumes); in computeBlockData()
303 B.Consumes.resize(N); in SuspendCrossingInfo()
305 B.Consumes.set(I); in SuspendCrossingInfo()
323 B.Kills |= B.Consumes; in SuspendCrossingInfo()
/freebsd-14-stable/crypto/openssl/doc/internal/man3/
HDossl_cmp_msg_create.pod100 PKIMessage B<msg> of GenMsg or GenRep type. Consumes the B<itavs> pointer.
HDossl_cmp_hdr_init.pod91 item to the hdr->generalInfo stack. Consumes the B<itav> pointer.
/freebsd-14-stable/crypto/openssl/doc/man3/
HDOSSL_CRMF_MSG_set1_regCtrl_regToken.pod67 to I<si>. Consumes the I<spi> pointer.
HDOSSL_CRMF_MSG_set0_validity.pod62 extensions in the certTemplate of I<crm>. Consumes I<ext>.
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDOperationKinds.def321 /// [ARC] Consumes a retainable object pointer that has just
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp821 bool Consumes = false; in tryFoldInstWithCtpopWithNot() local
822 if (!isFreeToInvert(Op, Op->hasOneUse(), Consumes) || !Consumes) in tryFoldInstWithCtpopWithNot()