Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp75 enum VRType { RSE_Reg = 0, RSE_FrameIndex, RSE_NewCandidate }; enumerator
88 bool isCandidate() const { return type == RSE_NewCandidate; } in isCandidate()
685 VRegs.push_back(TypedVReg(RSE_NewCandidate)); in runOnBasicBlock()