Searched refs:RemoveExtraEdges (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DIfConversion.cpp214 void RemoveExtraEdges(BBInfo &BBI);
1039 /// RemoveExtraEdges - Remove true / false edges if either / both are no longer
1041 void IfConverter::RemoveExtraEdges(BBInfo &BBI) { function in class:IfConverter
1154 // RemoveExtraEdges won't work if the block has an unanalyzable branch, so
1183 RemoveExtraEdges(BBI);
1267 // RemoveExtraEdges won't work if the block has an unanalyzable branch, so
1328 RemoveExtraEdges(BBI);
1576 // RemoveExtraEdges won't work if the block has an unanalyzable branch,
1581 RemoveExtraEdges(BBI);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DIfConversion.cpp190 void RemoveExtraEdges(BBInfo &BBI);
947 /// RemoveExtraEdges - Remove true / false edges if either / both are no longer
949 void IfConverter::RemoveExtraEdges(BBInfo &BBI) { function in class:IfConverter
1076 RemoveExtraEdges(BBI);
1185 RemoveExtraEdges(BBI);
1344 // RemoveExtraEdges won't work if the block has an unanalyzable branch,
1349 RemoveExtraEdges(BBI);

Completed in 69 milliseconds