Searched defs:ChecksToWiden (Results 1 – 1 of 1) sorted by relevance
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 299 return mergeChecks(ChecksToHoist, ChecksToWiden, /*InsertPt=*/std::nullopt) in isWideningCondProfitable() argument 306 widenGuard(SmallVectorImpl<Value * > & ChecksToHoist,SmallVectorImpl<Value * > & ChecksToWiden,Instruction * ToWiden) widenGuard() argument 450 SmallVector<Value *> ChecksToWiden; eliminateInstrViaWidening() local 463 computeWideningScore(Instruction * DominatedInstr,Instruction * ToWiden,BasicBlock::iterator WideningPoint,SmallVectorImpl<Value * > & ChecksToHoist,SmallVectorImpl<Value * > & ChecksToWiden) computeWideningScore() argument 722 mergeChecks(SmallVectorImpl<Value * > & ChecksToHoist,SmallVectorImpl<Value * > & ChecksToWiden,std::optional<BasicBlock::iterator> InsertPt) mergeChecks() argument [all...] |