Home
last modified time | relevance | path

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

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