Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h64 bool Frozen = false; variable
107 bool Frozen = false; variable
123 assert(!parent->Frozen && "parent already has child builder active"); in ConstantAggregateBuilderBase()
124 parent->Frozen = true; in ConstantAggregateBuilderBase()
126 assert(!builder.Frozen && "builder already has child builder active"); in ConstantAggregateBuilderBase()
127 builder.Frozen = true; in ConstantAggregateBuilderBase()
136 assert(!Frozen && "child builder still active"); in markFinished()
140 assert(Parent->Frozen && in markFinished()
142 Parent->Frozen = false; in markFinished()
144 assert(Builder.Frozen && in markFinished()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp61 assert(!builder->Frozen); in ConstantInitFuture()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1177 Value *Frozen = in freeze() local
1181 U.set(Frozen); in freeze()