Home
last modified time | relevance | path

Searched refs:PHIInfo (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp110 struct PHIInfo { struct in __anon9ba1b0650111::SSAIfConv
116 PHIInfo(MachineInstr *phi) in PHIInfo() function
120 SmallVector<PHIInfo, 8> PHIs;
411 PHIInfo &PI = PHIs.back(); in canConvertIf()
461 PHIInfo &PI = PHIs[i]; in replacePHIInstrs()
481 PHIInfo &PI = PHIs[i]; in rewritePHIOperands()
728 SSAIfConv::PHIInfo &PI = IfConv.PHIs[i]; in shouldConvertIf()