Home
last modified time | relevance | path

Searched defs:compute (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Analysis/inlining/
H A Deager-reclamation-path-notes.c10 int compute() { in compute() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp79 void RegisterClassInfo::compute(const TargetRegisterClass *RC) const { in compute() function in RegisterClassInfo
H A DScheduleDAGInstrs.cpp1462 void SchedDFSResult::compute(ArrayRef<SUnit> SUnits) { in compute() function in SchedDFSResult
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp411 SizeOffsetType ObjectSizeOffsetVisitor::compute(Value *V) { in compute() function in ObjectSizeOffsetVisitor
606 SizeOffsetEvalType ObjectSizeOffsetEvaluator::compute(Value *V) { in compute() function in ObjectSizeOffsetEvaluator
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp104 static T compute(Bool b) { in compute() function in test3::User
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp395 void InferPedantic::compute(VecOrSet DiagsInPedantic, in compute() function in InferPedantic
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dvisibility.cpp1275 class compute { class
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h431 virtual SExpr *compute() { return nullptr; } in compute() function