Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp139 class PHIElimination : public MachineFunctionPass { class
143 PHIElimination() : MachineFunctionPass(ID) { in PHIElimination() function in __anonf60509ee0111::PHIElimination
182 char PHIElimination::ID = 0;
184 char &llvm::PHIEliminationID = PHIElimination::ID;
186 INITIALIZE_PASS_BEGIN(PHIElimination, DEBUG_TYPE,
190 INITIALIZE_PASS_END(PHIElimination, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
193 void PHIElimination::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
/freebsd/lib/clang/libllvm/
H A DMakefile388 SRCS_MIN+= CodeGen/PHIElimination.cpp