Home
last modified time | relevance | path

Searched defs:VH (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Analysis/
DAssumptionCache.cpp63 for (auto &VH : AssumeHandles) { in registerAssumption() local
84 for (auto &VH : AC.assumptions()) in run() local
119 for (auto &VH : I.second->assumptions()) in verifyAnalysis() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1540 for (auto &VH : InlinedFunctionInfo.OperandBundleCallSites) { in InlineFunction() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2223 SDValue VH = DAG.getNode(ISD::SRL, dl, NVT, V, Shift); in ExpandIntRes_MUL() local
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp3674 auto &VH = NamespaceAliasCache[&NA]; in EmitNamespaceAlias() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3575 static bool hasValueBeenRAUWed(ArrayRef<Value *> VL, ArrayRef<WeakVH> VH, in hasValueBeenRAUWed()