Home
last modified time | relevance | path

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

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