HomeSort by relevance Sort by last modified time
    Searched defs:OutlinedFunction (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineOutliner.h 60 /// The index of this \p Candidate's \p OutlinedFunction in the list of
116 /// candidates overlap. The true benefit is stored in the OutlinedFunction
159 struct OutlinedFunction {
162 /// The number of candidates for this \p OutlinedFunction.
189 /// Return the number of candidates for this \p OutlinedFunction.
192 /// Decrement the occurrence count of this OutlinedFunction and return the
221 OutlinedFunction(std::vector<Candidate> &Cands,
235 OutlinedFunction() {}
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
PartialInlining.cpp 286 // the OutlinedFunction into its callers. Return true
    [all...]

Completed in 137 milliseconds