HomeSort by relevance Sort by last modified time
    Searched defs:analyzePHINodes (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
LiveVariables.cpp 519 analyzePHINodes(mf);
699 /// analyzePHINodes - Gather information about the PHI nodes in here. In
703 void LiveVariables::analyzePHINodes(const MachineFunction& Fn) {
PHIElimination.cpp 72 /// analyzePHINodes - Gather information about the PHI nodes in
78 void analyzePHINodes(const MachineFunction& Fn);
146 analyzePHINodes(MF);
529 /// analyzePHINodes - Gather information about the PHI nodes in here. In
534 void PHIElimination::analyzePHINodes(const MachineFunction& MF) {

Completed in 3719 milliseconds