Home | History | Annotate | Download | only in src

Lines Matching defs:ComputationEntry

1340     class ComputationEntry {
1342 ComputationEntry(Inst *I, Type Ty) : Instr(I), ComputationType(Ty) {}
1357 using ComputationMap = CfgUnorderedMap<SizeT, ComputationEntry>;