Home
last modified time | relevance | path

Searched defs:ChecksToWiden (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp296 /// Can we compute the logical AND of \p ChecksToHoist and \p ChecksToWiden in isWideningCondProfitable() argument
303 widenGuard(SmallVectorImpl<Value * > & ChecksToHoist,SmallVectorImpl<Value * > & ChecksToWiden,Instruction * ToWiden) widenGuard() argument
447 SmallVector<Value *> ChecksToWiden; eliminateInstrViaWidening() local
460 computeWideningScore(Instruction * DominatedInstr,Instruction * ToWiden,Instruction * WideningPoint,SmallVectorImpl<Value * > & ChecksToHoist,SmallVectorImpl<Value * > & ChecksToWiden) computeWideningScore() argument
717 mergeChecks(SmallVectorImpl<Value * > & ChecksToHoist,SmallVectorImpl<Value * > & ChecksToWiden,Instruction * InsertPt) mergeChecks() argument
[all...]