HomeSort by: relevance | last modified time | path
    Searched defs:unify (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { function in class:LiveIntervalUnion
  /src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
DifferenceEngine.cpp 150 /// Try to unify the given two blocks. Enqueues them for processing
173 void unify(Instruction *L, Instruction *R) { function in class:__anon5636::FunctionDifferenceEngine
207 // Otherwise, tentatively unify them.
216 // Unify everything in the block, non-tentatively this time.
219 unify(&*LI, &*RI);
587 unify(&*LI, &*RI);
599 unify(L, R);
623 unify(&*LI, &*RI);
629 // other is an unconditional branch immediately following a call, unify
  /src/external/mit/isl/dist/interface/
template_cpp.cc 2340 static std::pair<bool, Kind> unify(const Kind &general, const Kind &specific) function
2363 * Try and unify the two kinds and, if this succeeds, add the result
2369 auto maybe_unified = unify(kind, instance.kind);
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 148 static int unify (tree, tree, tree, tree, int, bool);
8099 /* Subroutine of unify for the case when PARM is a
8121 if (unify (tparms, targs, nparmvec, argvec,
8162 if (unify (tparms, targs,
8286 if (!unify (arg_parms, targs, aargs, pargs, UNIFY_ALLOW_NONE,
16550 unify. This means that we don't yet have any information
23360 return unify (tparms, targs, parm, arg, arg_strict, explain_p);
23388 unify (tparms, targs, TREE_TYPE (max), size_type_node,
23397 an array bound. This is handled separately from unify because 14.8.2.5 says
23412 If SUBR is 1, we're being called recursively (to unify th
24658 unify (tree tparms, tree targs, tree parm, tree arg, int strict, function
    [all...]

Completed in 44 milliseconds