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

/external/clang/test/SemaCXX/
H A Dwarn-unused-value.cpp78 struct Good { Good &f(); }; struct in namespace:test4
85 Good g;
/external/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1463 bool Good = true; local
1473 Good = tryAllocateResourcesForConstExt(true);
1476 if (Good) {
1480 Good = false;
1482 if (Good && ExtNvjMI)
1483 Good = tryAllocateResourcesForConstExt(true);
1485 if (!Good) {
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp1890 bool Good = true; local
1893 Good = false;
1897 if (Good)
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp308 SmallVectorImpl<const SCEV *> &Good,
313 Good.push_back(S);
320 DoInitialMatch(S, L, Good, Bad, SE);
327 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
332 L, Good, Bad, SE);
348 Good.push_back(SE.getMulExpr(NegOne, S));
362 SmallVector<const SCEV *, 4> Good; local
364 DoInitialMatch(S, L, Good, Bad, SE);
365 if (!Good.empty()) {
366 const SCEV *Sum = SE.getAddExpr(Good);
307 DoInitialMatch(const SCEV *S, Loop *L, SmallVectorImpl<const SCEV *> &Good, SmallVectorImpl<const SCEV *> &Bad, ScalarEvolution &SE) argument
[all...]

Completed in 115 milliseconds