HomeSort by relevance Sort by last modified time
    Searched refs:ComputePHILiveOutRegInfo (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 196 /// ComputePHILiveOutRegInfo - Compute LiveOutInfo for a PHI's destination
198 void ComputePHILiveOutRegInfo(const PHINode*);
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 528 /// ComputePHILiveOutRegInfo - Compute LiveOutInfo for a PHI's destination
530 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) {
SelectionDAGISel.cpp     [all...]

Completed in 265 milliseconds