Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h248 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
/external/llvm/include/llvm/IR/
DInstruction.h223 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h273 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp584 if (LatchBR->extractProfMetadata(TrueWeight, FalseWeight)) { in peelLoop()
DLoopUtils.cpp1508 if (!LatchBR->extractProfMetadata(TrueVal, FalseVal)) in getLoopEstimatedTripCount()
DSimplifyCFG.cpp2524 PBI->extractProfMetadata(PredTrueWeight, PredFalseWeight); in extractPredSuccWeights()
2526 BI->extractProfMetadata(SuccTrueWeight, SuccFalseWeight); in extractPredSuccWeights()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp552 !BI->extractProfMetadata(TrueWeight, FalseWeight)) in convertToCTRLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp210 if (!CondBr->extractProfMetadata(TrueWeight, FalseWeight)) in updatePredecessorProfileMetadata()
256 if (PredBr->extractProfMetadata(PredTrueWeight, PredFalseWeight)) in updatePredecessorProfileMetadata()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp705 if (BR->extractProfMetadata(T, F)) in hasProfileData()
/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/llvm/lib/IR/
DMetadata.cpp1291 bool Instruction::extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) { in extractProfMetadata() function in Instruction
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMetadata.cpp1315 bool Instruction::extractProfMetadata(uint64_t &TrueVal, in extractProfMetadata() function in Instruction
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1685 bool HasProf = I->extractProfMetadata(TC, FC); in getNodeLabel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp5542 if (SI->extractProfMetadata(TrueWeight, FalseWeight)) { in isFormingBranchFromSelectProfitable()
6871 if (Br1->extractProfMetadata(TrueWeight, FalseWeight)) { in splitBranchCondition()
6904 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()