Searched refs:removeAnnotation (Results 1 – 10 of 10) sorted by relevance
/llvm-project/bolt/include/bolt/Passes/ |
H A D | ShrinkWrapping.h | 228 BC.MIB->removeAnnotation(Inst, getTodoTag()); in ~StackLayoutModifier() 229 BC.MIB->removeAnnotation(Inst, getSlotTag()); in ~StackLayoutModifier() 230 BC.MIB->removeAnnotation(Inst, getOffsetCFIRegTag()); in ~StackLayoutModifier() 521 BC.MIB->removeAnnotation(Inst, getAnnotationIndex()); in ~ShrinkWrapping()
|
H A D | ValidateInternalCalls.h | 89 BC.MIB->removeAnnotation(Inst, getProcessedICTag()); in clearAnnotations()
|
H A D | DataflowAnalysis.h | 309 BC.MIB->removeAnnotation(Inst, derived().getAnnotationIndex()); in cleanAnnotations()
|
/llvm-project/bolt/lib/Core/ |
H A D | MCPlusBuilder.cpp | 227 removeAnnotation(Inst, MCAnnotation::kJumpTable); in unsetJumpTable() 228 removeAnnotation(Inst, "JTIndexReg"); in unsetJumpTable() 252 removeAnnotation(Inst, MCAnnotation::kConditionalTailCall); in unsetConditionalTailCall() 279 removeAnnotation(Inst, MCAnnotation::kOffset); in clearOffset() 345 bool MCPlusBuilder::removeAnnotation(MCInst &Inst, unsigned Index) const { in removeAnnotation() function in MCPlusBuilder
|
/llvm-project/bolt/lib/Passes/ |
H A D | FrameOptimizer.cpp | 125 MIB->removeAnnotation(Inst, "FrameAccessEntry"); in removeUnnecessaryLoads() 142 MIB->removeAnnotation(Inst, "FrameAccessEntry"); in removeUnnecessaryLoads()
|
H A D | FrameAnalysis.cpp | 509 BC.MIB->removeAnnotation(Inst, "ArgAccessEntry"); in cleanAnnotations() 510 BC.MIB->removeAnnotation(Inst, "FrameAccessEntry"); in cleanAnnotations()
|
H A D | ShrinkWrapping.cpp | 190 BC.MIB->removeAnnotation(Inst, getSaveTag()); in ~CalleeSavedAnalysis() 191 BC.MIB->removeAnnotation(Inst, getRestoreTag()); in ~CalleeSavedAnalysis() 529 BC.MIB->removeAnnotation(Inst, "AccessesDeletedPos"); in setOffsetForCollapsedAccesses() 621 BC.MIB->removeAnnotation(Inst, "AccessesDeletedPos"); in performChanges()
|
H A D | IndirectCallPromotion.cpp | 812 MIB->removeAnnotation(Inst, "CallProfile"); in rewriteCall()
|
/llvm-project/bolt/lib/Target/RISCV/ |
H A D | RISCVMCPlusBuilder.cpp | 365 removeAnnotation(Inst, MCPlus::MCAnnotation::kTailCall); in lowerTailCall()
|
/llvm-project/bolt/lib/Target/AArch64/ |
H A D | AArch64MCPlusBuilder.cpp | 166 removeAnnotation(Inst, MCPlus::MCAnnotation::kTailCall); in getADRReg() 1262 removeAnnotation(Inst, MCPlus::MCAnnotation::kTailCall); in createShortJmp() 1310 removeAnnotation(Inst, MCPlus::MCAnnotation::kTailCall); in matchLinkerVeneer() 1958 removeAnnotation(Inst, MCPlus::MCAnnotation::kTailCall);
|