Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h256 void ComputePHILiveOutRegInfo(const PHINode*);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp438 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) { in ComputePHILiveOutRegInfo() function in FunctionLoweringInfo
H A DSelectionDAGISel.cpp1683 FuncInfo->ComputePHILiveOutRegInfo(&PN); in SelectAllBasicBlocks()