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.h168 bool AggressiveUndef = false);
194 bool AggressiveUndef);
290 Instruction &TI, SmallVectorImpl<bool> &Succs, bool AggressiveUndef) { in getFeasibleSuccessors() argument
302 if (AggressiveUndef) in getFeasibleSuccessors()
342 if (AggressiveUndef) in getFeasibleSuccessors()
372 BasicBlock *From, BasicBlock *To, bool AggressiveUndef) { in isEdgeFeasible() argument
375 getFeasibleSuccessors(*TI, SuccFeasible, AggressiveUndef); in isEdgeFeasible()