Home
last modified time | relevance | path

Searched defs:isDef (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h132 bool isDef() const { return Value.getInt() == Def; } in isDef() function
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexingContext.cpp373 bool isDef = D->isThisDeclarationADefinition(); in handleFunction() local
574 bool isDef = D->isThisDeclarationADefinition(); in handleObjCMethod() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h279 bool isDef() const { in isDef() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp601 bool isDef = (isi32Load(Opcode) || Opcode == ARM::VLDRS || in MergeOps() local
1434 int Offset, bool isDef, in InsertLDR_STR()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp797 LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
H A DMachineInstr.cpp147 void MachineOperand::ChangeToRegister(unsigned Reg, bool isDef, bool isImp, in ChangeToRegister()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp2240 bool isDef = false; in handleWeakImportAttr() local