Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h135 IsFinalized, // CodeView object is finalized. enumerator
220 PROPERTY(Property, IsFinalized);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp69 assert(IsFinalized && "finalize must be called before write"); in write()
150 IsFinalized = true; in finalize()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DDXContainerPSVInfo.h53 bool IsFinalized = false; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h490 T(M.getTargetTriple()), IsFinalized(false) {} in OpenMPIRBuilder()
3297 bool IsFinalized; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11994 bool IsFinalized = false; member in BoUpSLP::ShuffleCostEstimator
12653 IsFinalized = false; in resetForSameNode()
12810 IsFinalized = true;
12905 assert((IsFinalized || CommonMask.empty()) && in ~ShuffleCostEstimator()
16417 bool IsFinalized = false; member in BoUpSLP::ShuffleInstructionBuilder
16700 IsFinalized = false; in resetForSameNode()
16849 IsFinalized = true;
16955 assert((IsFinalized || CommonMask.empty()) && in ~ShuffleInstructionBuilder()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp828 IsFinalized = true; in finalize()
831 bool OpenMPIRBuilder::isFinalized() { return IsFinalized; } in isFinalized()