Searched refs:NumInsertions (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h86 const int NumInsertions = Op.second; local
87 assert(std::abs(NumInsertions) <= 1 && "Unbalanced operations!");
88 if (NumInsertions == 0)
91 NumInsertions > 0 ? UpdateKind::Insert : UpdateKind::Delete;

Completed in 101 milliseconds