Searched refs:isRemovable (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp52 isRemovable(ME) &&
68 bool isRemovable(Expr *E) const { function in class:__anon17703::UnusedInitRewriter
H A DTransZeroOutPropsInDealloc.cpp76 if (RHSIsNull && isRemovable(ME))
83 if (isZeroingPropIvar(POE) && isRemovable(POE)) {
92 if (isZeroingPropIvar(BOE) && isRemovable(BOE)) {
148 bool isRemovable(Expr *E) const { function in class:__anon17704::ZeroOutInDeallocRemover
H A DTransRetainReleaseDealloc.cpp68 if (isRemovable(E)) {
87 (E->getMethodFamily() != OMF_retain || isRemovable(E))) {
96 (E->getMethodFamily() != OMF_retain || isRemovable(E))) {
143 isRemovable(RecContainer) && isInAtFinally(RecContainer)) {
428 bool isRemovable(Expr *E) const { function in class:__anon17701::RetainReleaseDeallocRemover
433 if (isRemovable(E)) {
449 isRemovable(bopE)) {
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp193 /// If isRemovable returns true, this function and getLocForRead completely
248 /// isRemovable - If the value of this instruction and the memory it writes to
250 static bool isRemovable(Instruction *I) { function
522 SI->getOperand(0) == DepLoad && isRemovable(SI)) {
567 if (isRemovable(DepWrite) &&
674 if (!hasMemoryWrite(Dependency, TLI) || !isRemovable(Dependency))
743 if (hasMemoryWrite(BBI, TLI) && isRemovable(BBI)) {
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 995 milliseconds