Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DFrameOptimizer.cpp318 BC.MIB->getOrCreateAnnotationIndex( in performShrinkWrapping()
320 BC.MIB->getOrCreateAnnotationIndex("ReachingDefs"); in performShrinkWrapping()
321 BC.MIB->getOrCreateAnnotationIndex("ReachingUses"); in performShrinkWrapping()
322 BC.MIB->getOrCreateAnnotationIndex("LivenessAnalysis"); in performShrinkWrapping()
323 BC.MIB->getOrCreateAnnotationIndex("StackReachingUses"); in performShrinkWrapping()
325 BC.MIB->getOrCreateAnnotationIndex("DominatorAnalysis"); in performShrinkWrapping()
326 BC.MIB->getOrCreateAnnotationIndex("StackPointerTracking"); in performShrinkWrapping()
330 BC.MIB->getOrCreateAnnotationIndex("ShrinkWrap-Todo"); in performShrinkWrapping()
333 BC.MIB->getOrCreateAnnotationIndex("ReachingInsns"); in performShrinkWrapping()
334 BC.MIB->getOrCreateAnnotationIndex("AccessesDeletedPos"); in performShrinkWrapping()
[all …]
H A DFrameAnalysis.cpp627 BC.MIB->getOrCreateAnnotationIndex("StackPointerTracking"); in preComputeSPT()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DShrinkWrapping.h45 SaveTagIndex = BC.MIB->getOrCreateAnnotationIndex(getSaveTagName()); in getSaveTag()
52 RestoreTagIndex = BC.MIB->getOrCreateAnnotationIndex(getRestoreTagName()); in getRestoreTag()
199 TodoTagIndex = BC.MIB->getOrCreateAnnotationIndex(getTodoTagName()); in getTodoTag()
206 SlotTagIndex = BC.MIB->getOrCreateAnnotationIndex(getSlotTagName()); in getSlotTag()
214 BC.MIB->getOrCreateAnnotationIndex(getOffsetCFIRegTagName()); in getOffsetCFIRegTag()
353 AnnotationIndex = BC.MIB->getOrCreateAnnotationIndex(getAnnotationName()); in getAnnotationIndex()
H A DDataflowAnalysis.h224 BC.MIB->getOrCreateAnnotationIndex(const_derived().getAnnotationName()); in getAnnotationIndex()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h1663 unsigned getOrCreateAnnotationIndex(StringRef Name) { in getOrCreateAnnotationIndex() function
1699 return addAnnotation(Inst, getOrCreateAnnotationIndex(Name), Val,
1724 const unsigned Index = getOrCreateAnnotationIndex(Name);
1764 const unsigned Index = getOrCreateAnnotationIndex(Name);
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2954 BC->MIB->getOrCreateAnnotationIndex("JTIndexReg"); in buildFunctionsCFG()
2955 BC->MIB->getOrCreateAnnotationIndex("NOP"); in buildFunctionsCFG()
2956 BC->MIB->getOrCreateAnnotationIndex("Size"); in buildFunctionsCFG()