Searched defs:ChecksToHoist (Results 1 – 1 of 1) sorted by relevance
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 298 isWideningCondProfitable(SmallVectorImpl<Value * > & ChecksToHoist,SmallVectorImpl<Value * > & ChecksToWiden) isWideningCondProfitable() argument 305 widenGuard(SmallVectorImpl<Value * > & ChecksToHoist,SmallVectorImpl<Value * > & ChecksToWiden,Instruction * ToWiden) widenGuard() argument 381 SmallVector<Value *> ChecksToHoist; eliminateInstrViaWidening() local 462 computeWideningScore(Instruction * DominatedInstr,Instruction * ToWiden,BasicBlock::iterator WideningPoint,SmallVectorImpl<Value * > & ChecksToHoist,SmallVectorImpl<Value * > & ChecksToWiden) computeWideningScore() argument 721 mergeChecks(SmallVectorImpl<Value * > & ChecksToHoist,SmallVectorImpl<Value * > & ChecksToWiden,std::optional<BasicBlock::iterator> InsertPt) mergeChecks() argument 792 hoistChecks(SmallVectorImpl<Value * > & ChecksToHoist,Value * OldCondition,BasicBlock::iterator InsertPt) hoistChecks() argument [all...] |