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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp248 void ScanInstructions(BBInfo &BBI,
811 /// RescanInstructions - Run ScanInstructions on a pair of blocks.
826 ScanInstructions(TrueBBI, TIB, TIE, BranchUnpredicable);
829 ScanInstructions(FalseBBI, FIB, FIE, BranchUnpredicable);
958 // was calculated by the original ScanInstructions, as it is correct.
1016 // was calculated by the original ScanInstructions, as it is correct.
1055 /// ScanInstructions - Scan all the instructions in the block to determine if
1060 void IfConverter::ScanInstructions(BBInfo &BBI, function in class:IfConverter
1241 ScanInstructions(BBI, Begin, End);

Completed in 57 milliseconds