Searched refs:extractProfMetadata (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 248 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 317 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUnrollPeel.cpp | 450 if (!LatchBR->extractProfMetadata(TrueWeight, FalseWeight)) in initBranchWeights()
|
D | LoopUtils.cpp | 718 if (!LatchBR->extractProfMetadata(BackedgeTakenWeight, LatchExitWeight)) in getLoopEstimatedTripCount()
|
D | SimplifyCFG.cpp | 2568 PBI->extractProfMetadata(PredTrueWeight, PredFalseWeight); in extractPredSuccWeights() 2570 BI->extractProfMetadata(SuccTrueWeight, SuccFalseWeight); in extractPredSuccWeights()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 518 !BI->extractProfMetadata(TrueWeight, FalseWeight)) in isHardwareLoopProfitable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 218 if (!CondBr->extractProfMetadata(TrueWeight, FalseWeight)) in updatePredecessorProfileMetadata() 274 if (PredBr->extractProfMetadata(PredTrueWeight, PredFalseWeight)) in updatePredecessorProfileMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 715 if (BR->extractProfMetadata(T, F)) in hasProfileData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Metadata.cpp | 1314 bool Instruction::extractProfMetadata(uint64_t &TrueVal, in extractProfMetadata() function in Instruction
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 1805 bool HasProf = I->extractProfMetadata(TC, FC); in getNodeLabel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 5967 if (SI->extractProfMetadata(TrueWeight, FalseWeight)) { in isFormingBranchFromSelectProfitable() 7446 if (Br1->extractProfMetadata(TrueWeight, FalseWeight)) { in splitBranchCondition() 7479 if (Br1->extractProfMetadata(TrueWeight, FalseWeight)) { in splitBranchCondition()
|