Searched refs:ComputePHILiveOutRegInfo (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h186 /// ComputePHILiveOutRegInfo - Compute LiveOutInfo for a PHI's destination
188 void ComputePHILiveOutRegInfo(const PHINode*);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp302 /// ComputePHILiveOutRegInfo - Compute LiveOutInfo for a PHI's destination
304 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) { function in class:FunctionLoweringInfo
H A DSelectionDAGISel.cpp1066 FuncInfo->ComputePHILiveOutRegInfo(PN);

Completed in 160 milliseconds