Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h251 void ComputePHILiveOutRegInfo(const PHINode*);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp435 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) { in ComputePHILiveOutRegInfo() function in FunctionLoweringInfo
DSelectionDAGISel.cpp1448 FuncInfo->ComputePHILiveOutRegInfo(&PN); in SelectAllBasicBlocks()