HomeSort by relevance Sort by last modified time
    Searched refs:InstructionClass (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARC.h 71 /// \enum InstructionClass
73 enum InstructionClass {
100 raw_ostream &operator<<(raw_ostream &OS, const InstructionClass Class);
103 inline static bool IsUser(InstructionClass Class) {
110 static inline bool IsRetain(InstructionClass Class) {
116 static inline bool IsAutorelease(InstructionClass Class) {
123 static inline bool IsForwarding(InstructionClass Class) {
133 static inline bool IsNoopOnNull(InstructionClass Class) {
144 static inline bool IsAlwaysTail(InstructionClass Class) {
153 static inline bool IsNeverTail(InstructionClass Class)
    [all...]
DependencyAnalysis.h 68 InstructionClass Class);
74 ProvenanceAnalysis &PA, InstructionClass Class);
ObjCARCUtil.cpp 29 const InstructionClass Class) {
83 InstructionClass llvm::objcarc::GetFunctionClass(const Function *F) {
88 return StringSwitch<InstructionClass>(F->getName())
101 return StringSwitch<InstructionClass>(F->getName())
122 return StringSwitch<InstructionClass>(F->getName())
139 return StringSwitch<InstructionClass>(F->getName())
147 return StringSwitch<InstructionClass>(F->getName())
166 InstructionClass
180 InstructionClass Class = GetFunctionClass(F);
DependencyAnalysis.cpp 37 InstructionClass Class) {
73 ProvenanceAnalysis &PA, InstructionClass Class) {
125 InstructionClass Class = GetInstructionClass(Inst);
137 InstructionClass Class = GetInstructionClass(Inst);
150 InstructionClass Class = GetInstructionClass(Inst);
180 InstructionClass Class = GetBasicInstructionClass(Inst);
ObjCARCContract.cpp 73 InstructionClass Class,
151 InstructionClass Class,
233 InstructionClass Class = GetBasicInstructionClass(Inst);
350 InstructionClass Class = GetBasicInstructionClass(Inst);
ObjCARCOpts.cpp     [all...]
  /external/llvm/utils/TableGen/
PseudoLoweringEmitter.cpp 271 Record *InstructionClass = Records.getClass("Instruction");
273 assert(InstructionClass && "Instruction class definition missing!");
279 I->second->isSubClassOf(InstructionClass))

Completed in 58 milliseconds