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

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/
M68kDisassembler.cpp 214 uint16_t Need = Value[I];
217 if ((Have & WordMask) != Need)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 264 /// to a more usable form. We need this in case assumptions about SCEV
265 /// expressions need to be made in order to avoid unknown dependences. For
377 /// Holds the pointer value that we need to check.
403 RuntimePointerChecking(ScalarEvolution *SE) : Need(false), SE(SE) {}
407 Need = false;
413 /// We need \p PSE in order to compute the SCEV expression of the pointer
434 /// Decide if we need to add a check between two groups of pointers,
451 /// This flag indicates if we need to add the runtime check.
452 bool Need;
468 /// Decide whether we need to issue a run-time check for pointer a
    [all...]

Completed in 24 milliseconds