Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
345 if (AggressiveUndef) in getFeasibleSuccessors()
375 BasicBlock *From, BasicBlock *To, bool AggressiveUndef) { in isEdgeFeasible() argument
378 getFeasibleSuccessors(*TI, SuccFeasible, AggressiveUndef); in isEdgeFeasible()