HomeSort by: relevance | last modified time | path
    Searched refs:IsSuccessor (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PartialInlining.cpp 576 auto IsSuccessor = [](BasicBlock *Succ, BasicBlock *BB) {
596 if (IsSuccessor(Succ1, Succ2))
598 if (IsSuccessor(Succ2, Succ1))
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 925 auto IsSuccessor = [BUI](const NodePtr SuccCandidate, const NodePtr Of) {
929 (void)IsSuccessor;
930 assert(!IsSuccessor(To, From) && "Deleted edge still exists in the CFG!");

Completed in 23 milliseconds