Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h254 void ComputePHILiveOutRegInfo(const PHINode*);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp425 void FunctionLoweringInfo::ComputePHILiveOutRegInfo(const PHINode *PN) { in ComputePHILiveOutRegInfo() function in FunctionLoweringInfo
DSelectionDAGISel.cpp1457 FuncInfo->ComputePHILiveOutRegInfo(&PN); in SelectAllBasicBlocks()