Searched refs:isCondBr (Results 1 – 3 of 3) sorted by relevance
1106 bool isCondBr = BBI.IsBrAnalyzable && MI.isConditionalBranch(); in ScanInstructions() local1114 if (isCondBr) in ScanInstructions()
827 let Name = "CondBr"; let PredicateMethod = "isCondBr";
413 bool isCondBr() const { return Kind == Expression || in isCondBr() function