Searched refs:BranchWeights (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CallPromotionUtils.cpp | 257 MDNode *BranchWeights) { in versionCallSite() argument 275 BranchWeights); in versionCallSite() 450 MDNode *BranchWeights) { in promoteCallWithIfThenElse() argument 455 Instruction *NewInst = versionCallSite(CS, Callee, BranchWeights); in promoteCallWithIfThenElse()
|
D | BasicBlockUtils.cpp | 928 MDNode *BranchWeights, in SplitBlockAndInsertIfThen() argument 948 HeadNewTerm->setMetadata(LLVMContext::MD_prof, BranchWeights); in SplitBlockAndInsertIfThen() 980 MDNode *BranchWeights) { in SplitBlockAndInsertIfThenElse() argument 993 HeadNewTerm->setMetadata(LLVMContext::MD_prof, BranchWeights); in SplitBlockAndInsertIfThenElse()
|
D | LibCallsShrinkWrap.cpp | 487 MDNode *BranchWeights = in shrinkWrapCI() local 491 SplitBlockAndInsertIfThen(Cond, CI, false, BranchWeights, DT); in shrinkWrapCI()
|
D | CodeExtractor.cpp | 1349 SmallVector<unsigned, 8> BranchWeights(TI->getNumSuccessors(), 0); in calculateNewCallTerminatorWeights() local 1376 BranchWeights[Weight.TargetNode.Index] = Weight.Amount; in calculateNewCallTerminatorWeights() 1382 MDBuilder(TI->getContext()).createBranchWeights(BranchWeights)); in calculateNewCallTerminatorWeights()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | CallPromotionUtils.h | 49 MDNode *BranchWeights = nullptr);
|
D | BasicBlockUtils.h | 307 MDNode *BranchWeights = nullptr, 329 MDNode *BranchWeights = nullptr);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 307 MDNode *BranchWeights = MDB.createBranchWeights( in promoteIndirectCall() local 311 promoteCallWithIfThenElse(CallSite(Inst), DirectCallee, BranchWeights); in promoteIndirectCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 978 MDNode *BranchWeights = nullptr, 981 BranchWeights, Unpredictable)); 1001 MDNode *BranchWeights = nullptr, 1004 BranchWeights, Unpredictable));
|