Searched refs:br_inst (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Expression/
H A DIRInterpreter.cpp872 const BranchInst *br_inst = dyn_cast<BranchInst>(inst); local
874 if (!br_inst)
883 if (br_inst->isConditional())
885 Value *condition = br_inst->getCondition();
899 frame.Jump(br_inst->getSuccessor(0));
901 frame.Jump(br_inst->getSuccessor(1));
911 frame.Jump(br_inst->getSuccessor(0));

Completed in 122 milliseconds