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

/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp59 // SSAIfConv
62 // The SSAIfConv class performs if-conversion on SSA form machine code after
66 // SSAIfConv can convert both triangles and diamonds:
80 class SSAIfConv { class in namespace:__anon8655
183 bool SSAIfConv::canSpeculateInstrs(MachineBasicBlock *MBB) {
269 bool SSAIfConv::findInsertionPoint() {
339 bool SSAIfConv::canConvertIf(MachineBasicBlock *MBB) {
452 void SSAIfConv::replacePHIInstrs() {
474 void SSAIfConv::rewritePHIOperands() {
508 void SSAIfConv
[all...]

Completed in 65 milliseconds