Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dcontrol_flow_graph.cc33 SLICER_WEAK_CHECK(state_ == State::Outside); in Finish()
36 state_ = State::Outside; in Finish()
42 case State::Outside: in Visit()
80 case State::Outside: in Visit()
94 if (state_ == State::Outside) { in HandleAnnotation()
101 if (state_ != State::Outside) { in SkipInstruction()
109 assert(state_ == State::Outside); in StartBlock()
128 state_ = State::Outside; in EndBlock()
/tools/dexter/slicer/export/slicer/
Dcontrol_flow_graph.h39 enum class State { Outside, BlockHeader, BlockBody }; enumerator
47 assert(state_ == State::Outside); in ~BasicBlocksVisitor()
81 State state_ = State::Outside;