Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp152 using CHIArgs = iterator_range<CHIIt>; typedef
342 bool valueAnticipable(CHIArgs C, Instruction *TI) const;
346 void checkSafety(CHIArgs C, BasicBlock *BB, InsKind K,
748 bool GVNHoist::valueAnticipable(CHIArgs C, Instruction *TI) const { in valueAnticipable()
760 void GVNHoist::checkSafety(CHIArgs C, BasicBlock *BB, GVNHoist::InsKind K, in checkSafety()