Searched refs:extractProfMetadata (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | SelectOptimize.cpp | 658 if (ASI.front()->extractProfMetadata(TrueWeight, FalseWeight)) { in hasExpensiveColdOperand() 753 if (SI->extractProfMetadata(TrueWeight, FalseWeight)) { in isSelectHighlyPredictable() 962 if (SI->extractProfMetadata(TrueWeight, FalseWeight)) { in getPredictedPathCost()
|
| H A D | CodeGenPrepare.cpp | 6623 if (SI->extractProfMetadata(TrueWeight, FalseWeight)) { in isFormingBranchFromSelectProfitable() 8365 if (Br1->extractProfMetadata(TrueWeight, FalseWeight)) { in splitBranchCondition() 8398 if (Br1->extractProfMetadata(TrueWeight, FalseWeight)) { in splitBranchCondition()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 341 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LoopPeel.cpp | 535 if (!LatchBR->extractProfMetadata(TrueWeight, FalseWeight)) in initBranchWeights()
|
| H A D | LoopUnrollRuntime.cpp | 474 if (!LatchBR->extractProfMetadata(TrueWeight, FalseWeight)) in updateLatchBranchWeightsForRemainderLoop()
|
| H A D | SimplifyCFG.cpp | 2755 if (BI->extractProfMetadata(TWeight, FWeight) && (TWeight + FWeight) != 0) { in SpeculativelyExecuteBB() 3177 if (DomBI->extractProfMetadata(TWeight, FWeight) && in FoldTwoEntryPHINode() 3357 PBI->extractProfMetadata(PredTrueWeight, PredFalseWeight); in extractPredSuccWeights() 3359 BI->extractProfMetadata(SuccTrueWeight, SuccFalseWeight); in extractPredSuccWeights() 3387 PBI->extractProfMetadata(PTWeight, PFWeight) && in shouldFoldCondBranchesToCommonDestination()
|
| H A D | LoopUtils.cpp | 792 if (!ExitingBranch->extractProfMetadata(LoopWeight, ExitWeight)) in getEstimatedTripCount()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 219 if (!CondBr->extractProfMetadata(TrueWeight, FalseWeight)) in updatePredecessorProfileMetadata() 282 if (PredBr->extractProfMetadata(PredTrueWeight, PredFalseWeight)) in updatePredecessorProfileMetadata()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | PartialInlining.cpp | 720 if (BR->extractProfMetadata(T, F)) in hasProfileData()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 760 !BI->extractProfMetadata(TrueWeight, FalseWeight)) in isHardwareLoopProfitable()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Metadata.cpp | 1496 bool Instruction::extractProfMetadata(uint64_t &TrueVal, in extractProfMetadata() function in Instruction
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 2070 bool HasProf = I.extractProfMetadata(TC, FC); in getNodeLabel()
|