MCPcopy Create free account
hub / github.com/Samsung/UTopia / getAliases

Method getAliases

lib/rootdefanalysis/RDSpace.cpp:136–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136std::set<Instruction *> RDSpace::getAliases(Instruction &I) const {
137 auto Acc = AliasMap.find(&I);
138 if (Acc == AliasMap.end())
139 return {};
140
141 return Acc->second;
142}
143
144bool RDSpace::dominates(Instruction &Dominator, Instruction &Dominatee) {
145 if (Dominator.getFunction() != Dominatee.getFunction())

Callers 1

findMethod · 0.80

Calls 2

endMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected