HomeSort by: relevance | last modified time | path
    Searched refs:ComputePHILiveOutRegInfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 249 /// ComputePHILiveOutRegInfo - Compute LiveOutInfo for a PHI's destination
251 void ComputePHILiveOutRegInfo(const PHINode*);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 433 /// ComputePHILiveOutRegInfo - Compute LiveOutInfo for a PHI's destination
435 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) {
SelectionDAGISel.cpp 1439 FuncInfo->ComputePHILiveOutRegInfo(&PN);

Completed in 27 milliseconds