Home
last modified time | relevance | path

Searched refs:extractProfMetadata (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/include/llvm/IR/
DInstruction.h223 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h248 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h317 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
/external/llvm-project/llvm/include/llvm/IR/
DInstruction.h354 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp450 if (!LatchBR->extractProfMetadata(TrueWeight, FalseWeight)) in initBranchWeights()
DLoopUtils.cpp718 if (!LatchBR->extractProfMetadata(BackedgeTakenWeight, LatchExitWeight)) in getLoopEstimatedTripCount()
DSimplifyCFG.cpp2568 PBI->extractProfMetadata(PredTrueWeight, PredFalseWeight); in extractPredSuccWeights()
2570 BI->extractProfMetadata(SuccTrueWeight, SuccFalseWeight); in extractPredSuccWeights()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopPeel.cpp462 if (!LatchBR->extractProfMetadata(TrueWeight, FalseWeight)) in initBranchWeights()
DLoopUnrollRuntime.cpp517 if (LatchBR->extractProfMetadata(TrueWeight, FalseWeight)) { in updateLatchBranchWeightsForRemainderLoop()
DLoopUtils.cpp798 if (!LatchBranch->extractProfMetadata(BackedgeTakenWeight, LatchExitWeight)) in getLoopEstimatedTripCount()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp518 !BI->extractProfMetadata(TrueWeight, FalseWeight)) in isHardwareLoopProfitable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp218 if (!CondBr->extractProfMetadata(TrueWeight, FalseWeight)) in updatePredecessorProfileMetadata()
274 if (PredBr->extractProfMetadata(PredTrueWeight, PredFalseWeight)) in updatePredecessorProfileMetadata()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp727 !BI->extractProfMetadata(TrueWeight, FalseWeight)) in isHardwareLoopProfitable()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp225 if (!CondBr->extractProfMetadata(TrueWeight, FalseWeight)) in updatePredecessorProfileMetadata()
288 if (PredBr->extractProfMetadata(PredTrueWeight, PredFalseWeight)) in updatePredecessorProfileMetadata()
/external/llvm-project/llvm/lib/Transforms/IPO/
DPartialInlining.cpp723 if (BR->extractProfMetadata(T, F)) in hasProfileData()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp715 if (BR->extractProfMetadata(T, F)) in hasProfileData()
/external/llvm/lib/IR/
DMetadata.cpp1291 bool Instruction::extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) { in extractProfMetadata() function in Instruction
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp1314 bool Instruction::extractProfMetadata(uint64_t &TrueVal, in extractProfMetadata() function in Instruction
/external/llvm-project/llvm/lib/IR/
DMetadata.cpp1378 bool Instruction::extractProfMetadata(uint64_t &TrueVal, in extractProfMetadata() function in Instruction
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4559 if (SI->extractProfMetadata(TrueWeight, FalseWeight)) { in isFormingBranchFromSelectProfitable()
5593 if (Br1->extractProfMetadata(TrueWeight, FalseWeight)) { in splitBranchCondition()
5626 if (Br1->extractProfMetadata(TrueWeight, FalseWeight)) { in splitBranchCondition()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1805 bool HasProf = I->extractProfMetadata(TC, FC); in getNodeLabel()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1932 bool HasProf = I->extractProfMetadata(TC, FC); in getNodeLabel()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5967 if (SI->extractProfMetadata(TrueWeight, FalseWeight)) { in isFormingBranchFromSelectProfitable()
7446 if (Br1->extractProfMetadata(TrueWeight, FalseWeight)) { in splitBranchCondition()
7479 if (Br1->extractProfMetadata(TrueWeight, FalseWeight)) { in splitBranchCondition()
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6408 if (SI->extractProfMetadata(TrueWeight, FalseWeight)) { in isFormingBranchFromSelectProfitable()
7936 if (Br1->extractProfMetadata(TrueWeight, FalseWeight)) { in splitBranchCondition()
7969 if (Br1->extractProfMetadata(TrueWeight, FalseWeight)) { in splitBranchCondition()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2171 PBI->extractProfMetadata(PredTrueWeight, PredFalseWeight); in extractPredSuccWeights()
2173 BI->extractProfMetadata(SuccTrueWeight, SuccFalseWeight); in extractPredSuccWeights()

12