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

/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4431 Value *UnresolvedAncestorPad = nullptr; local
4484 UnresolvedAncestorPad = &FPI;
4492 UnresolvedAncestorPad = ExitedParent;
4501 UnresolvedAncestorPad = &FPI;
4527 if (UnresolvedAncestorPad) {
4528 if (CurrentPad == UnresolvedAncestorPad) {
4539 // UnresolvedAncestorPad.
4548 if (ResolvedParent == UnresolvedAncestorPad) {

Completed in 122 milliseconds