Searched refs:isCondBr (Results 1 – 3 of 3) sorted by relevance
677 bool isCondBr = BBI.IsBrAnalyzable && I->isConditionalBranch(); in ScanInstructions() local680 if (isCondBr) in ScanInstructions()
499 bool isCondBr() const { return Kind == Expression || in isCondBr() function
558 let Name = "CondBr"; let PredicateMethod = "isCondBr";