OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isRemovable
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp
52
isRemovable
(ME) &&
68
bool
isRemovable
(Expr *E) const {
TransRetainReleaseDealloc.cpp
68
if (
isRemovable
(E)) {
87
(E->getMethodFamily() != OMF_retain ||
isRemovable
(E))) {
96
(E->getMethodFamily() != OMF_retain ||
isRemovable
(E))) {
143
isRemovable
(RecContainer) && isInAtFinally(RecContainer)) {
418
bool
isRemovable
(Expr *E) const {
423
if (
isRemovable
(E)) {
439
isRemovable
(bopE)) {
TransZeroOutPropsInDealloc.cpp
76
if (RHSIsNull &&
isRemovable
(ME))
83
if (isZeroingPropIvar(POE) &&
isRemovable
(POE)) {
92
if (isZeroingPropIvar(BOE) &&
isRemovable
(BOE)) {
148
bool
isRemovable
(Expr *E) const {
/frameworks/av/media/mtp/
MtpStorage.h
52
inline bool
isRemovable
() const { return mRemovable; }
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DeadStoreElimination.cpp
162
/// If
isRemovable
returns true, this function and getLocForRead completely
215
///
isRemovable
- If the value of this instruction and the memory it writes to
217
static bool
isRemovable
(Instruction *I) {
452
SI->getOperand(0) == DepLoad &&
isRemovable
(SI)) {
497
if (
isRemovable
(DepWrite) && isCompleteOverwrite(Loc, DepLoc, *AA) &&
550
if (!hasMemoryWrite(Dependency) || !
isRemovable
(Dependency))
607
if (hasMemoryWrite(BBI) &&
isRemovable
(BBI)) {
/external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp
146
/// Return a Location stored to by the specified instruction. If
isRemovable
192
static bool
isRemovable
(Instruction *I) {
605
if (!hasMemoryWrite(Dependency, *TLI) || !
isRemovable
(Dependency))
704
if (hasMemoryWrite(&*BBI, *TLI) &&
isRemovable
(&*BBI)) {
835
isRemovable
(SI) && memoryIsNotModifiedBetween(DepLoad, SI, AA)) {
848
if (StoredConstant && StoredConstant->isNullValue() &&
isRemovable
(SI)) {
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp
187
/// Return a Location stored to by the specified instruction. If
isRemovable
235
static bool
isRemovable
(Instruction *I) {
677
!
isRemovable
(Dependency))
783
if (hasAnalyzableMemoryWrite(&*BBI, *TLI) &&
isRemovable
(&*BBI)) {
[
all
...]
/external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar
Completed in 1176 milliseconds