Searched defs:UseInfo (Results 1 – 8 of 8) sorted by relevance
117 template <typename CalleeTy> struct UseInfo { struct120 ConstantRange Range;121 std::set<const Instruction *> UnsafeAccesses;128 using CallsTy = std::map<CallInfo<CalleeTy>, ConstantRange,130 CallsTy Calls;132 UseInfo(unsigned PointerSize) : Range{PointerSize, false} {} in UseInfo() argument134 void updateRange(const ConstantRange &R) { Range = unionNoWrap(Range, R); } in updateRange()135 void addRange(const Instruction *I, const ConstantRange &R, bool IsSafe) { in addRange()
81 struct UseInfo { struct84 ConstantRange Range;87 SmallVector<PassAsArgInfo, 4> Calls;89 explicit UseInfo(unsigned PointerSize) : Range{PointerSize, false} {} in UseInfo() function91 void updateRange(ConstantRange R) { Range = Range.unionWith(R); } in updateRange()
161 public static class UseInfo { class in ModuleInfo165 public UseInfo(ClassSymbol sym) { in UseInfo() method in ModuleInfo.UseInfo
554 struct UseInfo { in postRegallocSplitting() struct555 Variable *Replacing = nullptr; in postRegallocSplitting()556 Inst *FirstUse = nullptr; in postRegallocSplitting()557 Inst *LastDef = nullptr; in postRegallocSplitting()558 SizeT UseCount = 0; in postRegallocSplitting()
966 public static class UseInfo { class in ClassFile.ModuleInfo970 public UseInfo(String descriptor) { in UseInfo() method in ClassFile.ModuleInfo.UseInfo
1244 const MCOperandInfo *UseInfo = &UseMCID.OpInfo[UseIdx]; in FoldImmediate() local
1355 const MCOperandInfo *UseInfo = &UseMCID.OpInfo[UseIdx]; in FoldImmediate() local
2095 const MCOperandInfo *UseInfo = &UseMCID.operands()[UseIdx]; in onlyFoldImmediate() local