Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Object

435   const Value *Object =
437 if (!isIdentifiedObject(Object) || isa<GlobalValue>(Object) ||
438 isa<Constant>(Object))
442 if (!CS.getInstruction() || CS.getInstruction() == Object)
445 if (llvm::PointerMayBeCapturedBefore(Object, /* ReturnCaptures */ true,
447 /* include Object */ true,
466 if (isNoAlias(MemoryLocation(*CI), MemoryLocation(Object)))
511 // Provide a definition for the static object used to identify passes.
574 /// aggregation object. Because this is somewhat shoe-horned into the legacy
581 // AAResults object because in the legacy pass manager, each instance
584 // previous object first, in this case replacing it with an empty one, before