Searched defs:Good (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/courgette/
H A Ddisassembler.cc117 bool Disassembler::Good() { function in class:courgette::Disassembler
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp1883 bool Good = true; local
1886 Good = false;
1890 if (Good)
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp290 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; local
350 DoInitialMatch(S, L, Good, Bad, SE);
351 if (!Good.empty()) {
352 const SCEV *Sum = SE.getAddExpr(Good);
289 DoInitialMatch(const SCEV *S, Loop *L, SmallVectorImpl<const SCEV *> &Good, SmallVectorImpl<const SCEV *> &Bad, ScalarEvolution &SE) argument
[all...]

Completed in 561 milliseconds