Searched defs:OutlinedFunction (Results 1 – 2 of 2) sorted by relevance
159 struct OutlinedFunction { struct189 /// Return the number of candidates for this \p OutlinedFunction. argument192 /// Decrement the occurrence count of this OutlinedFunction and return the argument194 unsigned decrement() { in decrement()221 OutlinedFunction(std::vector<Candidate> &Cands, in OutlinedFunction() argument235 OutlinedFunction() {} in OutlinedFunction() argument
1302 Function *OutlinedFunction = Cloner.doSingleRegionFunctionOutlining(); in unswitchFunction() local