Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp258 struct PhiInfo { struct
262 PhiInfo(TypeSize AllocSize) : AllocSize(AllocSize) {} in PhiInfo() argument
264 using PhiMap = SmallDenseMap<const PHINode *, PhiInfo, 16>;
346 if (It->second.NumDecreased == PhiInfo::MaxNumDecreased) in HasAddressTaken()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2921 struct PhiInfo { struct in __anonbc27dab50d11::HexagonLoopRescheduling
2922 PhiInfo(MachineInstr &P, MachineBasicBlock &B);
2948 HexagonLoopRescheduling::PhiInfo::PhiInfo(MachineInstr &P, in PhiInfo() function in HexagonLoopRescheduling::PhiInfo
3111 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()