Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h156 void popLastNVariables(unsigned N) { in popLastNVariables() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp302 void popLastNVariables(bool Signed, unsigned N) { in popLastNVariables() function in __anon87d6bc870111::ConstraintInfo
303 getCS(Signed).popLastNVariables(N); in popLastNVariables()
1408 Info.popLastNVariables(E.IsSigned, E.ValuesToRelease.size()); in removeEntryFromStack()