Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp987 const BranchInst *br_inst = cast<BranchInst>(inst); in Interpret() local
989 if (br_inst->isConditional()) { in Interpret()
990 Value *condition = br_inst->getCondition(); in Interpret()
1002 frame.Jump(br_inst->getSuccessor(0)); in Interpret()
1004 frame.Jump(br_inst->getSuccessor(1)); in Interpret()
1012 frame.Jump(br_inst->getSuccessor(0)); in Interpret()