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

/external/llvm/lib/IR/
H A DLegacyPassManager.cpp1679 Pass *FoundPass = nullptr; local
1681 FoundPass =
1684 if (!FoundPass) {
1685 FoundPass = RequiredPass;
1690 // Register P as the last user of FoundPass or RequiredPass.
1692 LU.push_back(FoundPass);

Completed in 954 milliseconds