Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp94 BitVector Consumes; member
207 dump(" Consumes", Block[I].Consumes); in dump()
222 B.Consumes.resize(N); in SuspendCrossingInfo()
224 B.Consumes.set(I); in SuspendCrossingInfo()
241 B.Kills |= B.Consumes; in SuspendCrossingInfo()
268 auto SavedConsumes = S.Consumes; in SuspendCrossingInfo()
272 S.Consumes |= B.Consumes; in SuspendCrossingInfo()
278 S.Kills |= B.Consumes; in SuspendCrossingInfo()
283 S.Kills |= S.Consumes; in SuspendCrossingInfo()
298 Changed |= (S.Kills != SavedKills) || (S.Consumes != SavedConsumes); in SuspendCrossingInfo()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DOperationKinds.def320 /// [ARC] Consumes a retainable object pointer that has just