Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp992 const PHINode *phi_inst = dyn_cast<PHINode>(inst); in Interpret() local
994 if (!phi_inst) { in Interpret()
1011 Value *value = phi_inst->getIncomingValueForBlock(frame.m_prev_bb); in Interpret()