Home | History | Annotate | Download | only in src

Lines Matching defs:ComputationEntry

905     class ComputationEntry {
907 ComputationEntry(Inst *I, Type Ty) : Instr(I), ComputationType(Ty) {}
922 using ComputationMap = CfgUnorderedMap<SizeT, ComputationEntry>;