Home | History | Annotate | Download | only in src

Lines Matching defs:InstBr

314 InstBr::InstBr(Cfg *Func, Operand *Source, CfgNode *TargetTrue_,
331 InstBr::InstBr(Cfg *Func, CfgNode *Target)
335 NodeList InstBr::getTerminatorEdges() const {
344 bool InstBr::repointEdges(CfgNode *OldNode, CfgNode *NewNode) {
756 void InstBr::dump(const Cfg *Func) const {