/external/llvm/include/llvm/IR/ |
D | Instruction.h | 223 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 248 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 317 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instruction.h | 354 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
|
/external/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()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | LoopPeel.cpp | 462 if (!LatchBR->extractProfMetadata(TrueWeight, FalseWeight)) in initBranchWeights()
|
D | LoopUnrollRuntime.cpp | 517 if (LatchBR->extractProfMetadata(TrueWeight, FalseWeight)) { in updateLatchBranchWeightsForRemainderLoop()
|
D | LoopUtils.cpp | 798 if (!LatchBranch->extractProfMetadata(BackedgeTakenWeight, LatchExitWeight)) in getLoopEstimatedTripCount()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 518 !BI->extractProfMetadata(TrueWeight, FalseWeight)) in isHardwareLoopProfitable()
|
/external/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()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 727 !BI->extractProfMetadata(TrueWeight, FalseWeight)) in isHardwareLoopProfitable()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 225 if (!CondBr->extractProfMetadata(TrueWeight, FalseWeight)) in updatePredecessorProfileMetadata() 288 if (PredBr->extractProfMetadata(PredTrueWeight, PredFalseWeight)) in updatePredecessorProfileMetadata()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 723 if (BR->extractProfMetadata(T, F)) in hasProfileData()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 715 if (BR->extractProfMetadata(T, F)) in hasProfileData()
|
/external/llvm/lib/IR/ |
D | Metadata.cpp | 1291 bool Instruction::extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) { in extractProfMetadata() function in Instruction
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Metadata.cpp | 1314 bool Instruction::extractProfMetadata(uint64_t &TrueVal, in extractProfMetadata() function in Instruction
|
/external/llvm-project/llvm/lib/IR/ |
D | Metadata.cpp | 1378 bool Instruction::extractProfMetadata(uint64_t &TrueVal, in extractProfMetadata() function in Instruction
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4559 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/ |
D | PGOInstrumentation.cpp | 1805 bool HasProf = I->extractProfMetadata(TC, FC); in getNodeLabel()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 1932 bool HasProf = I->extractProfMetadata(TC, FC); in getNodeLabel()
|
/external/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()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 6408 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/ |
D | SimplifyCFG.cpp | 2171 PBI->extractProfMetadata(PredTrueWeight, PredFalseWeight); in extractPredSuccWeights() 2173 BI->extractProfMetadata(SuccTrueWeight, SuccFalseWeight); in extractPredSuccWeights()
|