OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRemovable
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp
51
isRemovable
(ME) &&
67
bool
isRemovable
(Expr *E) const {
TransZeroOutPropsInDealloc.cpp
75
if (RHSIsNull &&
isRemovable
(ME))
82
if (isZeroingPropIvar(POE) &&
isRemovable
(POE)) {
91
if (isZeroingPropIvar(BOE) &&
isRemovable
(BOE)) {
145
bool
isRemovable
(Expr *E) const {
TransRetainReleaseDealloc.cpp
67
if (
isRemovable
(E)) {
88
(E->getMethodFamily() != OMF_retain ||
isRemovable
(E))) {
97
(E->getMethodFamily() != OMF_retain ||
isRemovable
(E))) {
147
isRemovable
(RecContainer) && isInAtFinally(RecContainer)) {
422
bool
isRemovable
(Expr *E) const {
427
if (
isRemovable
(E)) {
443
isRemovable
(bopE)) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp
204
/// Return a Location stored to by the specified instruction. If
isRemovable
239
static bool
isRemovable
(Instruction *I) {
724
assert(
isRemovable
(EarlierWrite) && "Expect only removable instruction");
1385
if (!hasAnalyzableMemoryWrite(CurrentI, TLI) || !
isRemovable
(CurrentI)) {
1734
if (SkipStores.contains(Def) || !
isRemovable
(Def->getMemoryInst()))
1989
if (!Shortend &&
isRemovable
(SI) &&
Completed in 42 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026