Searched refs:extractProfMetadata (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 248 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 223 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.h | 273 bool extractProfMetadata(uint64_t &TrueVal, uint64_t &FalseVal) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUnrollPeel.cpp | 584 if (LatchBR->extractProfMetadata(TrueWeight, FalseWeight)) { in peelLoop()
|
D | LoopUtils.cpp | 1508 if (!LatchBR->extractProfMetadata(TrueVal, FalseVal)) in getLoopEstimatedTripCount()
|
D | SimplifyCFG.cpp | 2524 PBI->extractProfMetadata(PredTrueWeight, PredFalseWeight); in extractPredSuccWeights() 2526 BI->extractProfMetadata(SuccTrueWeight, SuccFalseWeight); in extractPredSuccWeights()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 552 !BI->extractProfMetadata(TrueWeight, FalseWeight)) in convertToCTRLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 210 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/ |
D | PartialInlining.cpp | 705 if (BR->extractProfMetadata(T, F)) in hasProfileData()
|
/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/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-7.0/llvm/lib/IR/ |
D | Metadata.cpp | 1315 bool Instruction::extractProfMetadata(uint64_t &TrueVal, in extractProfMetadata() function in Instruction
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 1685 bool HasProf = I->extractProfMetadata(TC, FC); in getNodeLabel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 5542 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/ |
D | SimplifyCFG.cpp | 2171 PBI->extractProfMetadata(PredTrueWeight, PredFalseWeight); in extractPredSuccWeights() 2173 BI->extractProfMetadata(SuccTrueWeight, SuccFalseWeight); in extractPredSuccWeights()
|