HomeSort by relevance Sort by last modified time
    Searched defs:FNP (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 314 const Instruction *FNP = BB->getFirstNonPHI();
317 if (const auto *LPI = dyn_cast<LandingPadInst>(FNP))
  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 262 unsigned TNP = TB->pred_size(), FNP = FB->pred_size();
270 bool FOk = (FNP == 1) && (FNS == 1);
    [all...]

Completed in 148 milliseconds