Home
last modified time | relevance | path

Searched defs:LiveVariablesWrapperPass (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h49 friend class LiveVariablesWrapperPass; variable
330 LiveVariablesWrapperPass() : MachineFunctionPass(ID) { in LiveVariablesWrapperPass() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp189 INITIALIZE_PASS_DEPENDENCY(LiveVariablesWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument