HomeSort by: relevance | last modified time | path
    Searched defs:UV (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 290 Value *UV = WorkList.pop_back_val();
291 if (!UV)
294 User *U = cast<User>(UV);
OpenMPOpt.cpp 190 std::shared_ptr<UseVector> &UV = UsesMap[F];
191 if (!UV)
192 UV = std::make_shared<UseVector>();
193 return *UV;
228 UseVector &UV = getOrCreateUseVector(F);
230 for (Use *U : UV) {
240 UV[Idx] = UV.back();
241 UV.pop_back();
1390 auto *UV = RFI.getUseVector(F)
    [all...]
AttributorAttributes.cpp 2914 UndefValue &UV = *UndefValue::get(V.getType());
2916 A.changeValueAfterManifest(V, UV, /* ChangeDropppable */ false);
2985 UndefValue &UV = *UndefValue::get(U->getType());
2986 if (A.changeUseAfterManifest(U, UV))
3075 UndefValue &UV = *UndefValue::get(getAssociatedFunction()->getReturnType());
3079 AnyChange |= A.changeUseAfterManifest(RI.getOperandUse(0), UV);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
GlobalsModRef.cpp 863 const Value *UV = GV1 ? UV2 : UV1;
864 if (isNonEscapingGlobalNoAlias(GV, UV))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveDebugVariables.cpp 746 UserValue *&UV = userVarMap[ID];
747 if (!UV) {
750 UV = userValues.back().get();
752 return UV;
762 if (UserValue *UV = virtRegToEqClass.lookup(VirtReg))
763 return UV->getLeader();
828 UserValue *UV = getUserValue(Var, Expr->getFragmentInfo(), MI.getDebugLoc());
830 UV->addDef(Idx,
841 UV->addDef(Idx, UndefMOs, false, IsList, *Expr);
1387 for (UserValue *UV = lookupVirtReg(OldReg); UV; UV = UV->getNext()
    [all...]
  /src/sys/arch/hppa/hppa/
db_disasm.c 182 #define UV 0x9
1455 case UV: return(",uv");
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 1920 auto *UV = cast<ConstantInt>(UE->getValue());
1921 Printer.printInt("upperBound", UV->getSExtValue(),

Completed in 48 milliseconds