Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h81 bool IsFinalized{false}; // Has this section had output information
138 IsFinalized = true; in update()
175 ELFFlags(ELFFlags), IsFinalized(true), OutputName(Name), in BinarySection()
387 bool isFinalized() const { return IsFinalized; } in isFinalized()
388 void setIsFinalized() { IsFinalized = true; } in setIsFinalized()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7638 bool IsFinalized = false; member in __anon9e073aa46c11::ShuffleInstructionBuilder
7670 IsFinalized = true; in finalize()
7689 assert((IsFinalized || Mask.empty()) && in ~ShuffleInstructionBuilder()