Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp901 const BranchInst *br_inst = cast<BranchInst>(inst); in Interpret() local
903 if (br_inst->isConditional()) { in Interpret()
904 Value *condition = br_inst->getCondition(); in Interpret()
916 frame.Jump(br_inst->getSuccessor(0)); in Interpret()
918 frame.Jump(br_inst->getSuccessor(1)); in Interpret()
926 frame.Jump(br_inst->getSuccessor(0)); in Interpret()