Searched refs:PhiInfo (Results 1 – 2 of 2) sorted by relevance
258 struct PhiInfo { struct262 PhiInfo(TypeSize AllocSize) : AllocSize(AllocSize) {} in PhiInfo() argument264 using PhiMap = SmallDenseMap<const PHINode *, PhiInfo, 16>;346 if (It->second.NumDecreased == PhiInfo::MaxNumDecreased) in HasAddressTaken()
2921 struct PhiInfo { struct in __anonbc27dab50d11::HexagonLoopRescheduling2922 PhiInfo(MachineInstr &P, MachineBasicBlock &B);2948 HexagonLoopRescheduling::PhiInfo::PhiInfo(MachineInstr &P, in PhiInfo() function in HexagonLoopRescheduling::PhiInfo3111 std::vector<PhiInfo> Phis; in processLoop()3131 Phis.push_back(PhiInfo(I, *C.LB)); in processLoop()3244 auto LoopInpEq = [G] (const PhiInfo &P) -> bool { in processLoop()3268 auto LoopInpEq = [G] (const PhiInfo &P) -> bool { in processLoop()