Searched defs:IfConvertSimple (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DIfConversion.cpp215 bool IfConvertSimple(BBInfo &BBI, IfcvtKind Kind);
361 RetVal = IfConvertSimple(BBI, Kind);
1109 /// IfConvertSimple - If convert a simple (split, no rejoin) sub-CFG.
1111 bool IfConverter::IfConvertSimple(BBInfo &BBI, IfcvtKind Kind) { function in class:IfConverter
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DIfConversion.cpp191 bool IfConvertSimple(BBInfo &BBI, IfcvtKind Kind);
328 RetVal = IfConvertSimple(BBI, Kind);
1016 /// IfConvertSimple - If convert a simple (split, no rejoin) sub-CFG.
1018 bool IfConverter::IfConvertSimple(BBInfo &BBI, IfcvtKind Kind) { function in class:IfConverter

Completed in 140 milliseconds