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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3804 Value *UnresolvedAncestorPad = nullptr; local
3857 UnresolvedAncestorPad = &FPI;
3865 UnresolvedAncestorPad = ExitedParent;
3874 UnresolvedAncestorPad = &FPI;
3899 if (UnresolvedAncestorPad) {
3900 if (CurrentPad == UnresolvedAncestorPad) {
3911 // UnresolvedAncestorPad.
3920 if (ResolvedParent == UnresolvedAncestorPad) {

Completed in 75 milliseconds