Searched defs:IsUsed (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.h | 102 bool IsUsed; global() member
|
H A D | CGCall.h | 223 mutable bool IsUsed; global() member
|
H A D | CoverageMappingGen.cpp | 2237 addFunctionMappingRecord(llvm::GlobalVariable * NamePtr,StringRef NameValue,uint64_t FuncHash,const std::string & CoverageMapping,bool IsUsed) addFunctionMappingRecord() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbol.h | 93 /// IsUsed - True if this symbol has been used. variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeVGPRLiveRange.cpp | 377 bool IsUsed = false; in collectWaterfallCandidateRegisters() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | MacroInfo.h | 109 bool IsUsed : 1; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 1531 auto IsUsed = [&HRI,&MRI] (Register Reg) -> bool { needToReserveScavengingSpillSlots() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1558 bool IsUsed = false; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1538 bool IsUsed = false; global() member 1661 getLookAheadScore(Value * LHS,Value * RHS,ArrayRef<Value * > MainAltOps,int Lane,unsigned OpIdx,unsigned Idx,bool & IsUsed) getLookAheadScore() argument 1732 bool IsUsed = getBestOperand() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 765 bool IsUsed; global() member
|