Home
last modified time | relevance | path

Searched refs:stabilize (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp70 static ArrayRef<uint8_t> stabilize(BumpPtrAllocator &RecordStorage, in stabilize() function
80 Record = stabilize(RecordStorage, Record); in insertRecordBytes()
102 Record = stabilize(RecordStorage, Record); in replaceType()
H A DMergingTypeTableBuilder.cpp78 static inline ArrayRef<uint8_t> stabilize(BumpPtrAllocator &Alloc, in stabilize() function
96 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record); in insertRecordAs()
141 Record = stabilize(RecordStorage, Record); in replaceType()
H A DGlobalTypeTableBuilder.cpp81 static inline ArrayRef<uint8_t> stabilize(BumpPtrAllocator &Alloc, in stabilize() function
129 Record = stabilize(RecordStorage, Record); in replaceType()
/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dshift-op.ll39 ; Unpredictable because %iv could "stabilize" to either -1 or 0,
92 ; %iv will "stabilize" to -1, so this is an infinite loop
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DClustering.cpp253 void InstructionBenchmarkClustering::stabilize(unsigned NumOpcodes) { in stabilize() function in llvm::exegesis::InstructionBenchmarkClustering
348 Clustering.stabilize(InstrInfo->getNumOpcodes()); in create()
H A DClustering.h134 void stabilize(unsigned NumOpcodes);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DEHScopeStack.h394 stable_iterator stabilize(iterator it) const;
H A DCGCleanup.h582 EHScopeStack::stabilize(iterator ir) const { in stabilize() function
H A DCGCleanup.cpp146 for (EHScopeStack::iterator it = begin(); stabilize(it) != Old; it++) { in containsOnlyLifetimeMarkers()
/llvm-project-15.0.7/mlir/docs/
H A DLangRef.md593 limitation has been added to make it easier to stabilize the pass infrastructure