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

Method isEntryFunction

lib/rootdefanalysis/RDSpace.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131bool RDSpace::isEntryFunction(Function &F) const {
132 return std::find(EntryFuncs.begin(), EntryFuncs.end(), &F) !=
133 EntryFuncs.end();
134}
135
136std::set<Instruction *> RDSpace::getAliases(Instruction &I) const {
137 auto Acc = AliasMap.find(&I);

Callers 1

traverseFunctionMethod · 0.80

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected