Searched refs:isControlFlow (Results 1 – 2 of 2) sorted by relevance
184 bool isControlFlow = MI->isCall() || MI->isReturn(); in processBasicBlock() local187 if (!isControlFlow && CurState == EXITS_DIRTY) in processBasicBlock()199 if (!isControlFlow) in processBasicBlock()
307 static bool isControlFlow(const MachineInstr* MI) { in isControlFlow() function1079 if (isControlFlow(I) && isControlFlow(J)) in hasControlDependence()