/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingMergeFile.c | 28 ValueProfRecord *VR = getFirstValueProfRecord(SrcValueProfData); in lprofMergeValueProfData() local
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | SymbolReaperTest.cpp | 30 const VarRegion *VR = Eng.getRegionManager().getVarRegion(VD, SFC); in performTest() local
|
H A D | SValTest.cpp | 70 if (const auto *VR = llvm::dyn_cast_or_null<VarRegion>(Loc.getAsRegion())) { in checkBind() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 442 void OrderedRegisterList::insert(unsigned VR) { in insert() argument 455 remove(unsigned VR) remove() argument 784 findRecordInsertForms(unsigned VR,OrderedRegisterList & AVs) findRecordInsertForms() argument 940 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) { collectInBlock() local 961 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) collectInBlock() local 971 for (unsigned VR = BlockDefs.find_first(); VR; VR = BlockDefs.find_next(VR)) collectInBlock() local 975 findRemovableRegisters(unsigned VR,IFRecord IF,RegisterSet & RMs) const findRemovableRegisters() argument 1047 pruneCoveredSets(unsigned VR) pruneCoveredSets() argument 1132 pruneUsesTooFar(unsigned VR,const UnsignedMap & RPO,PairMapType & M) pruneUsesTooFar() argument 1154 pruneRegCopies(unsigned VR) pruneRegCopies() argument 1383 unsigned VR = I.first; generateInserts() local 1522 unsigned VR = I.first, Pos = I.second; runOnMachineFunction() local [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UndefCapturedBlockVarChecker.cpp | 63 const VarRegion *VR = Var.getCapturedRegion(); in checkPostStmt() local
|
H A D | MacOSXAPIChecker.cpp | 98 if (const VarRegion *VR = dyn_cast<VarRegion>(RB)) { in CheckDispatchOnce() local
|
H A D | StackAddrEscapeChecker.cpp | 95 } else if (const auto *VR = dyn_cast<VarRegion>(R)) { in genName() local 338 const MemRegion *VR = Val.getAsRegion(); checkEndFunction() local [all...] |
H A D | MIGChecker.cpp | 136 const auto *VR = dyn_cast<VarRegion>(MR); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
H A D | NSErrorChecker.cpp | 203 if (const VarRegion *VR = R->getAs<VarRegion>()) in parameterTypeFromSVal() local
|
H A D | MallocChecker.cpp | 2202 const VarRegion *VR = dyn_cast<VarRegion>(MR); SummarizeRegion() local 2217 const VarRegion *VR = dyn_cast<VarRegion>(MR); SummarizeRegion() local 2232 const VarRegion *VR = dyn_cast<VarRegion>(MR); SummarizeRegion() local 2759 const VarRegion *VR = MR->getBaseRegion()->getAs<VarRegion>(); getAllocationSite() local 3034 const VarRegion *VR = Var.getCapturedRegion(); checkPostStmt() local [all...] |
H A D | UnixAPIChecker.cpp | 424 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) in CheckPthreadOnce() local
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | RelocationMap.cpp | 62 dsymutil::ValidReloc &VR) { in mapping()
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanPatternMatch.h | 40 Class *&VR; global() member
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEFrameLowering.cpp | 174 Register VR = MRI.createVirtualRegister(RC); expandLoadCCond() local 189 Register VR = MRI.createVirtualRegister(RC); expandStoreCCond() local 541 Register VR = MF.getRegInfo().createVirtualRegister(RC); emitPrologue() local
|
/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYFrameLowering.cpp | 180 Register VR = in emitPrologue() local 189 Register VR = in emitPrologue() local [all...] |
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SuspiciousEnumUsageCheck.cpp | 97 ValueRange VR(EnumDec); in isPossiblyBitMask() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SymbolManager.cpp | 440 if (const auto *VR = dyn_cast<VarRegion>(MR)) isLiveRegion() local 531 isLive(const VarRegion * VR,bool includeStoreBindings) const isLive() argument
|
H A D | MemRegion.cpp | 771 if (auto *VR = dyn_cast<VarRegion>(this->getBaseRegion())) { sourceRange() local 990 if (const auto *VR = dyn_cast<VarRegion>(OrigR)) { getStackOrCaptureRegionForDeclContext() local 1675 const VarRegion *VR = nullptr; getCaptureRegions() local 1719 const VarRegion *VR = nullptr; LazyInitializeReferencedVars() local [all...] |
H A D | BugReporterVisitors.cpp | 679 const MemRegion *VR = V.getAsRegion(); findRegionOfInterestInRecord() local 1272 isInitializationOfVar(const ExplodedNode * N,const VarRegion * VR) isInitializationOfVar() argument 1371 const auto *VR = cast<VarRegion>(SI.Dest); showBRParamDiagnostics() local 1536 if (const auto *VR = dyn_cast<VarRegion>(R)) { VisitNode() local 1659 if (const auto *VR = dyn_cast<VarRegion>(R)) { VisitNode() local 1784 const auto *VR = dyn_cast<VarRegion>(R); VisitNode() local [all...] |
H A D | RegionStore.cpp | 1093 const VarRegion *VR = Var.getCapturedRegion(); VisitCluster() local 1479 if (const VarRegion *VR = dyn_cast<VarRegion>(R)) { getBinding() local 1720 const VarRegion *VR = dyn_cast<VarRegion>(Base); getConstantValFromConstArrayInitializer() local 1970 if (const auto *VR = dyn_cast<VarRegion>(superR)) { getBindingForField() local 2775 if (const VarRegion *VR = dyn_cast<VarRegion>(baseR)) { VisitAddedToCluster() local [all...] |
/llvm-project/clang/test/SemaCXX/ |
H A D | addr-of-overloaded-function.cpp | 217 void VR() volatile __restrict {}; in VR() function
|
/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 1184 ValueProfRecord *VR = getFirstValueProfRecord(this); deserializeTo() local 1205 ValueProfRecord *VR = getFirstValueProfRecord(this); checkIntegrity() local 1255 ValueProfRecord *VR = getFirstValueProfRecord(this); swapBytesToHost() local 1268 ValueProfRecord *VR = getFirstValueProfRecord(this); swapBytesFromHost() local [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 436 const auto *VR = cast<VarRegion>(cast<SymbolRegionValue>(Sym)->getRegion()); in annotateStartParameter() local 606 if (const auto *VR = dyn_cast_or_null<VarRegion>(MR)) in describeRegion() local
|
H A D | RetainCountChecker.cpp | 170 const VarRegion *VR = Var.getCapturedRegion(); in checkPostStmt() local 508 const auto *VR = dyn_cast<VarRegion>(R); in shouldEscapeRegion() local
|
/llvm-project/clang/unittests/CodeGen/ |
H A D | IRMatchers.h | 192 if (const Value *VR = StackRec.get<Value>()) { in match() local
|