Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp109 struct PHIInfo { struct in __anoncfa8784e0111::SSAIfConv
115 PHIInfo(MachineInstr *phi) in PHIInfo() argument
119 SmallVector<PHIInfo, 8> PHIs;
410 PHIInfo &PI = PHIs.back(); in canConvertIf()
460 PHIInfo &PI = PHIs[i]; in replacePHIInstrs()
481 PHIInfo &PI = PHIs[i]; in rewritePHIOperands()
718 SSAIfConv::PHIInfo &PI = IfConv.PHIs[i]; in shouldConvertIf()