Home
last modified time | relevance | path

Searched refs:AggressiveUndef (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h167 bool AggressiveUndef = false);
193 bool AggressiveUndef);
289 Instruction &TI, SmallVectorImpl<bool> &Succs, bool AggressiveUndef) { in getFeasibleSuccessors() argument
301 if (AggressiveUndef) in getFeasibleSuccessors()
341 if (AggressiveUndef) in getFeasibleSuccessors()
371 BasicBlock *From, BasicBlock *To, bool AggressiveUndef) { in isEdgeFeasible() argument
374 getFeasibleSuccessors(*TI, SuccFeasible, AggressiveUndef); in isEdgeFeasible()