Searched defs:TrueWeight (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | MDBuilder.cpp | 37 MDNode *MDBuilder::createBranchWeights(uint32_t TrueWeight, in createBranchWeights()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUnrollPeel.cpp | 449 uint64_t TrueWeight, FalseWeight; in initBranchWeights() local
|
D | SimplifyCFG.cpp | 800 static void setBranchWeights(Instruction *I, uint32_t TrueWeight, in setBranchWeights() 3519 uint32_t TrueWeight, in SimplifyTerminatorOnSelect() 3593 uint32_t TrueWeight = 0, FalseWeight = 0; in SimplifySwitchOnSelect() local 4470 uint64_t TrueWeight = 0; in TurnSwitchRangeIntoICmp() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 516 uint64_t TrueWeight = 0, FalseWeight = 0; in isHardwareLoopProfitable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 5966 uint64_t TrueWeight, FalseWeight; in isFormingBranchFromSelectProfitable() local 7445 uint64_t TrueWeight, FalseWeight; in splitBranchCondition() local 7478 uint64_t TrueWeight, FalseWeight; in splitBranchCondition() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 217 uint64_t TrueWeight, FalseWeight; in updatePredecessorProfileMetadata() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 617 ConstantInt *TrueWeight = mdconst::extract<ConstantInt>(MD->getOperand(1)); in checkMDProf() local
|