Home
last modified time | relevance | path

Searched defs:OutlinedFunction (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOutliner.h159 struct OutlinedFunction { struct
189 /// Return the number of candidates for this \p OutlinedFunction. argument
192 /// Decrement the occurrence count of this OutlinedFunction and return the argument
194 unsigned decrement() { in decrement()
221 OutlinedFunction(std::vector<Candidate> &Cands, in OutlinedFunction() argument
235 OutlinedFunction() {} in OutlinedFunction() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp1302 Function *OutlinedFunction = Cloner.doSingleRegionFunctionOutlining(); in unswitchFunction() local