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

  /external/chromium_org/courgette/
disassembler.cc 117 bool Disassembler::Good() {
  /art/compiler/dex/
global_value_numbering.h 42 bool Good() const {
48 DCHECK(Good());
53 // TODO: DCHECK(Good()), see AllowModifications() and NewValueName().
54 return modifications_allowed_ && Good();
101 DCHECK(value != 0u || !Good());
219 // We have 32-bit last_value_ so that we can detect when we run out of value names, see Good().
220 // We usually don't check Good() until the end of LVN unless we're about to modify code.
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 290 SmallVectorImpl<const SCEV *> &Good,
295 Good.push_back(S);
303 DoInitialMatch(*I, L, Good, Bad, SE);
310 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
315 L, Good, Bad, SE);
332 Good.push_back(SE.getMulExpr(NegOne, *I));
348 SmallVector<const SCEV *, 4> Good;
350 DoInitialMatch(S, L, Good, Bad, SE);
351 if (!Good.empty()) {
352 const SCEV *Sum = SE.getAddExpr(Good);
    [all...]

Completed in 647 milliseconds