Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h198 void ComputePHILiveOutRegInfo(const PHINode*);
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp530 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) { in ComputePHILiveOutRegInfo() function in FunctionLoweringInfo
DSelectionDAGISel.cpp1179 FuncInfo->ComputePHILiveOutRegInfo(PN); in SelectAllBasicBlocks()