Searched defs:ChecksToHoist (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 295 isWideningCondProfitable(SmallVectorImpl<Value * > & ChecksToHoist,SmallVectorImpl<Value * > & ChecksToWiden) isWideningCondProfitable() argument 302 widenGuard(SmallVectorImpl<Value * > & ChecksToHoist,SmallVectorImpl<Value * > & ChecksToWiden,Instruction * ToWiden) widenGuard() argument 378 SmallVector<Value *> ChecksToHoist; eliminateInstrViaWidening() local 459 computeWideningScore(Instruction * DominatedInstr,Instruction * ToWiden,Instruction * WideningPoint,SmallVectorImpl<Value * > & ChecksToHoist,SmallVectorImpl<Value * > & ChecksToWiden) computeWideningScore() argument 716 mergeChecks(SmallVectorImpl<Value * > & ChecksToHoist,SmallVectorImpl<Value * > & ChecksToWiden,Instruction * InsertPt) mergeChecks() argument 787 hoistChecks(SmallVectorImpl<Value * > & ChecksToHoist,Value * OldCondition,Instruction * InsertPt) hoistChecks() argument [all...] |