Searched refs:stabilize (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | AppendingTypeTableBuilder.cpp | 70 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 D | MergingTypeTableBuilder.cpp | 78 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 D | GlobalTypeTableBuilder.cpp | 81 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 D | shift-op.ll | 39 ; 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 D | Clustering.cpp | 253 void InstructionBenchmarkClustering::stabilize(unsigned NumOpcodes) { in stabilize() function in llvm::exegesis::InstructionBenchmarkClustering 348 Clustering.stabilize(InstrInfo->getNumOpcodes()); in create()
|
| H A D | Clustering.h | 134 void stabilize(unsigned NumOpcodes);
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | EHScopeStack.h | 394 stable_iterator stabilize(iterator it) const;
|
| H A D | CGCleanup.h | 582 EHScopeStack::stabilize(iterator ir) const { in stabilize() function
|
| H A D | CGCleanup.cpp | 146 for (EHScopeStack::iterator it = begin(); stabilize(it) != Old; it++) { in containsOnlyLifetimeMarkers()
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | LangRef.md | 593 limitation has been added to make it easier to stabilize the pass infrastructure
|