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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 280 bool requiresFixup() const {
457 if (G1->requiresFixup() != G2->requiresFixup())
458 return G1->requiresFixup() > G2->requiresFixup();
479 if (G->requiresFixup() && C != G->getPreferredColor()) {
577 if (G->requiresFixup() && &I == G->getLast())

Completed in 49 milliseconds