Searched refs:isCondBr (Results 1 – 7 of 7) sorted by relevance
659 bool isCondBr = BBI.IsBrAnalyzable && MCID.isConditionalBranch(); in ScanInstructions() local661 if (!isCondBr) { in ScanInstructions()682 if (isCondBr) { in ScanInstructions()
716 bool isCondBr = BBI.IsBrAnalyzable && MI.isConditionalBranch(); in ScanInstructions() local719 if (isCondBr) in ScanInstructions()
989 bool isCondBr = BBI.IsBrAnalyzable && MI.isConditionalBranch(); in ScanInstructions() local997 if (isCondBr) in ScanInstructions()
531 bool isCondBr() const { return Kind == Expression || in isCondBr() function
552 bool isCondBr() const { return Kind == Expression || in isCondBr() function
609 let Name = "CondBr"; let PredicateMethod = "isCondBr";
718 let Name = "CondBr"; let PredicateMethod = "isCondBr";