Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp153 static FactOrCheck getCheck(DomTreeNode *DTN, Use *U) { in getCheck() function
157 static FactOrCheck getCheck(DomTreeNode *DTN, CallInst *CI) { in getCheck() function
1034 WorkList.push_back(FactOrCheck::getCheck(DTN, &U)); in addInfoFor()
1061 FactOrCheck::getCheck(DT.getNode(&BB), cast<CallInst>(&I))); in addInfoFor()