Searched refs:VH (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | AssumptionCache.cpp | 235 for (auto &VH : AssumeHandles) { in registerAssumption() local 236 if (!VH) in registerAssumption() 239 assert(&F == cast<Instruction>(VH)->getParent()->getParent() && in registerAssumption() 241 assert(match(cast<CallInst>(VH), m_Intrinsic<Intrinsic::assume>()) && in registerAssumption() 243 assert(AssumptionSet.insert(VH).second && in registerAssumption() 258 for (auto &VH : AC.assumptions()) in run() local 259 if (VH) in run() 260 OS << " " << *cast<CallInst>(VH)->getArgOperand(0) << "\n"; in run() 306 for (auto &VH : I.second->assumptions()) in verifyAnalysis() local 307 if (VH) in verifyAnalysis() [all …]
|
| D | MemorySSAUpdater.cpp | 371 for (const auto &VH : InsertedPHIs) in insertDef() local 372 if (const auto *RealPHI = cast_or_null<MemoryPhi>(VH)) in insertDef() 1090 for (auto &VH : InsertedPhis) in applyInsertUpdates() local 1091 if (auto *MPhi = cast_or_null<MemoryPhi>(VH)) in applyInsertUpdates() 1403 for (auto &VH : UpdatedPHIs) in tryRemoveTrivialPhis() local 1404 if (auto *MPhi = cast_or_null<MemoryPhi>(VH)) in tryRemoveTrivialPhis()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | ValueMap.h | 299 using VH = ValueMapCallbackVH<KeyT, ValueT, Config>; 301 static inline VH getEmptyKey() { 302 return VH(DenseMapInfo<Value *>::getEmptyKey()); 305 static inline VH getTombstoneKey() { 306 return VH(DenseMapInfo<Value *>::getTombstoneKey()); 309 static unsigned getHashValue(const VH &Val) { 317 static bool isEqual(const VH &LHS, const VH &RHS) { 321 static bool isEqual(const KeyT &LHS, const VH &RHS) {
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | LowerConstantIntrinsics.cpp | 119 for (WeakTrackingVH &VH: Worklist) { in lowerConstantIntrinsics() 123 if (!VH) in lowerConstantIntrinsics() 125 IntrinsicInst *II = dyn_cast<IntrinsicInst>(&*VH); in lowerConstantIntrinsics()
|
| D | StructurizeCFG.cpp | 662 for (WeakVH VH : AffectedPhis) { in simplifyAffectedPhis() local 663 if (auto Phi = dyn_cast_or_null<PHINode>(VH)) { in simplifyAffectedPhis()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| D | ScalarEvolutionExpander.h | 214 for (auto &VH : InsertedValues) { 215 Value *V = VH; 221 for (auto &VH : InsertedPostIncValues) { 222 Value *V = VH;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | InlineFunction.cpp | 1983 for (auto &VH : InlinedFunctionInfo.OperandBundleCallSites) { in InlineFunction() local 1984 CallBase *ICS = dyn_cast_or_null<CallBase>(VH); in InlineFunction() 2021 VH = nullptr; in InlineFunction()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGDebugInfo.cpp | 5010 auto &VH = NamespaceAliasCache[&NA]; in EmitNamespaceAlias() local 5011 if (VH) in EmitNamespaceAlias() 5012 return cast<llvm::DIImportedEntity>(VH); in EmitNamespaceAlias() 5027 VH.reset(R); in EmitNamespaceAlias()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeIntegerTypes.cpp | 3387 SDValue VH = DAG.getNode(ISD::SRL, dl, NVT, V, Shift); in ExpandIntRes_MUL() local 3391 DAG.getNode(ISD::ADD, dl, NVT, UH, VH)); in ExpandIntRes_MUL()
|
| /freebsd-12-stable/share/termcap/ |
| D | termcap | 2001 :k6=^VF\r:k7=^VG\r:k8=^VH\r:k9=^VI\r:k0=^VJ\r:
|
| /freebsd-12-stable/contrib/gcc/ |
| D | ChangeLog-2006 | 8970 Change "if min_variant or VH" to asserts.
|
| /freebsd-12-stable/contrib/ncurses/misc/ |
| D | terminfo.src | 15470 kf7=^VG\r, kf8=^VH\r, kf9=^VI\r, khome=^Z, rmir=^V<,
|