Searched refs:ScanInstructions (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 245 void ScanInstructions(BBInfo &BBI, 714 ScanInstructions(TrueBBI, TIB, TIE, BranchUnpredicable); in RescanInstructions() 717 ScanInstructions(FalseBBI, FIB, FIE, BranchUnpredicable); in RescanInstructions() 938 void IfConverter::ScanInstructions(BBInfo &BBI, in ScanInstructions() function in IfConverter 1119 ScanInstructions(BBI, Begin, End); in AnalyzeBlock()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IfConversion.cpp | 183 void ScanInstructions(BBInfo &BBI); 620 void IfConverter::ScanInstructions(BBInfo &BBI) { in ScanInstructions() function in IfConverter 752 ScanInstructions(BBI); in AnalyzeBlock()
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 206 void ScanInstructions(BBInfo &BBI); 649 void IfConverter::ScanInstructions(BBInfo &BBI) { in ScanInstructions() function in IfConverter 828 ScanInstructions(BBI); in AnalyzeBlock()
|