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