Searched refs:extractProfMetadata (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 361 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopPeel.cpp | 465 if (!LatchBR->extractProfMetadata(TrueWeight, FalseWeight)) in initBranchWeights()
|
| H A D | LoopUnrollRuntime.cpp | 526 if (LatchBR->extractProfMetadata(TrueWeight, FalseWeight)) { in updateLatchBranchWeightsForRemainderLoop()
|
| H A D | SimplifyCFG.cpp | 2385 if (BI->extractProfMetadata(TWeight, FWeight) && (TWeight + FWeight) != 0) { in SpeculativelyExecuteBB() 2757 if (DomBI->extractProfMetadata(TWeight, FWeight) && in FoldTwoEntryPHINode() 2938 PBI->extractProfMetadata(PredTrueWeight, PredFalseWeight); in extractPredSuccWeights() 2940 BI->extractProfMetadata(SuccTrueWeight, SuccFalseWeight); in extractPredSuccWeights() 2968 PBI->extractProfMetadata(PTWeight, PFWeight) && in shouldFoldCondBranchesToCommonDestination()
|
| H A D | LoopUtils.cpp | 782 if (!LatchBranch->extractProfMetadata(BackedgeTakenWeight, LatchExitWeight)) in getLoopEstimatedTripCount()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 228 if (!CondBr->extractProfMetadata(TrueWeight, FalseWeight)) in updatePredecessorProfileMetadata() 291 if (PredBr->extractProfMetadata(PredTrueWeight, PredFalseWeight)) in updatePredecessorProfileMetadata()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 755 !BI->extractProfMetadata(TrueWeight, FalseWeight)) in isHardwareLoopProfitable()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Metadata.cpp | 1396 bool Instruction::extractProfMetadata(uint64_t &TrueVal, in extractProfMetadata() function in Instruction
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | PartialInlining.cpp | 726 if (BR->extractProfMetadata(T, F)) in hasProfileData()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 2135 bool HasProf = I.extractProfMetadata(TC, FC); in getNodeLabel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 6608 if (SI->extractProfMetadata(TrueWeight, FalseWeight)) { in isFormingBranchFromSelectProfitable() 8256 if (Br1->extractProfMetadata(TrueWeight, FalseWeight)) { in splitBranchCondition() 8289 if (Br1->extractProfMetadata(TrueWeight, FalseWeight)) { in splitBranchCondition()
|