Home
last modified time | relevance | path

Searched refs:Callees (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/
DREADME-X86-64.txt60 which would often require a callee-saved register. Callees usually
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DREADME-X86-64.txt60 which would often require a callee-saved register. Callees usually
/external/llvm/lib/Analysis/
DLazyCallGraph.cpp67 SmallPtrSet<Function *, 4> Callees; in Node() local
79 if (Callees.insert(Callee).second) { in Node()