HomeSort by relevance Sort by last modified time
    Searched refs:WeakVH (Results 1 - 25 of 40) sorted by null

1 2

  /external/llvm/include/llvm/Transforms/Utils/
SimplifyIndVar.h 61 SmallVectorImpl<WeakVH> &Dead, IVVisitor *V = nullptr);
66 SmallVectorImpl<WeakVH> &Dead);
ValueMapper.h 23 typedef ValueMap<const Value *, WeakVH> ValueToValueMapTy;
Cloning.h 174 SmallVector<WeakVH, 8> InlinedCalls;
  /external/llvm/unittests/IR/
ValueHandleTest.cpp 38 WeakVH WVH(BitcastV.get());
50 WeakVH BitcastWVH(BitcastV.get());
51 WeakVH ConstantWVH(ConstantV);
83 WeakVH WVH(BitcastV.get());
84 WeakVH WVH_Copy(WVH);
85 WeakVH WVH_Recreated(BitcastV.get());
93 WeakVH WVH(BitcastV.get());
94 WeakVH WVH_Copy(WVH);
95 WeakVH WVH_Recreated(BitcastV.get());
338 std::unique_ptr<WeakVH> ToClear[2]
    [all...]
MetadataTest.cpp 123 WeakVH wvh = n;
  /external/llvm/include/llvm/IR/
ValueHandle.h 140 /// WeakVH - This is a value handle that tries hard to point to a Value, even
145 class WeakVH : public ValueHandleBase {
147 WeakVH() : ValueHandleBase(Weak) {}
148 WeakVH(Value *P) : ValueHandleBase(Weak, P) {}
149 WeakVH(const WeakVH &RHS)
164 // Specialize simplify_type to allow WeakVH to participate in
166 template<> struct simplify_type<WeakVH> {
168 static SimpleType getSimplifiedValue(WeakVH &WVH) {
363 /// If WeakVH were implemented as a CallbackVH, it would use this method t
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 130 SmallVector<WeakVH,8> WUsers(CE->user_begin(), CE->user_end());
134 if (WeakVH WU = WUsers.pop_back_val()) {
161 SmallVector<WeakVH,8> WUsers;
164 WUsers.push_back(WeakVH(U));
166 if (WeakVH WU = WUsers.pop_back_val()) {
  /external/clang/lib/CodeGen/
CGDebugInfo.h 68 llvm::DenseMap<const void *, llvm::WeakVH> TypeCache;
88 std::vector<std::pair<const TagType *, llvm::WeakVH>> ReplaceMap;
92 llvm::DenseMap<const Decl *, llvm::WeakVH> RegionMap;
103 llvm::DenseMap<const char *, llvm::WeakVH> DIFileCache;
104 llvm::DenseMap<const FunctionDecl *, llvm::WeakVH> SPCache;
107 llvm::DenseMap<const Decl *, llvm::WeakVH> DeclCache;
108 llvm::DenseMap<const NamespaceDecl *, llvm::WeakVH> NameSpaceCache;
109 llvm::DenseMap<const NamespaceAliasDecl *, llvm::WeakVH> NamespaceAliasCache;
110 llvm::DenseMap<const Decl *, llvm::WeakVH> StaticDataMemberCache;
CGDebugInfo.cpp 143 llvm::DenseMap<const Decl *, llvm::WeakVH>::iterator
259 llvm::DenseMap<const char *, llvm::WeakVH>::iterator it =
    [all...]
CodeGenModule.h 341 std::vector<llvm::WeakVH> LLVMUsed;
342 std::vector<llvm::WeakVH> LLVMCompilerUsed;
414 std::vector<std::pair<llvm::WeakVH,llvm::Constant*> > CXXGlobalDtors;
427 llvm::WeakVH CFConstantStringClassRef;
431 llvm::WeakVH ConstantStringClassRef;
    [all...]
CGDeclCXX.cpp 499 const std::vector<std::pair<llvm::WeakVH, llvm::Constant*> >
  /external/llvm/include/llvm/Analysis/
IVUsers.h 81 WeakVH OperandValToReplace;
MemoryBuiltins.h 221 typedef std::pair<WeakVH, WeakVH> WeakEvalType;
CallGraph.h 170 typedef std::pair<WeakVH, CallGraphNode *> CallRecord;
ScalarEvolutionExpander.h 133 SmallVectorImpl<WeakVH> &DeadInsts,
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 53 SmallVectorImpl<WeakVH> &DeadInsts;
59 SmallVectorImpl<WeakVH> &Dead, IVUsers *IVU = nullptr) :
452 SmallVectorImpl<WeakVH> &Dead, IVVisitor *V)
463 SmallVectorImpl<WeakVH> &Dead) {
LoopUnroll.cpp 448 SmallVector<WeakVH, 16> DeadInsts;
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.h 41 std::vector<WeakVH> ValuePtrs;
100 std::vector<WeakVH> MDValuePtrs;
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.h 41 std::vector<WeakVH> ValuePtrs;
100 std::vector<WeakVH> MDValuePtrs;
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.h 38 std::vector<WeakVH> ValuePtrs;
97 std::vector<WeakVH> MDValuePtrs;
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 78 SmallVector<WeakVH, 16> DeadInsts;
414 // Use a WeakVH to observe whether this happens.
415 WeakVH WeakPH = PN;
450 SmallVector<WeakVH, 8> PHIs;
725 SmallVectorImpl<WeakVH> &DeadInsts;
733 SmallVectorImpl<WeakVH> &DI) :
    [all...]
LoopStrengthReduce.cpp 812 DeleteTriviallyDeadInstructions(SmallVectorImpl<WeakVH> &DeadInsts) {
    [all...]
LoopIdiomRecognize.cpp 742 WeakVH InstPtr(I);
755 WeakVH InstPtr(I);
    [all...]
DeadStoreElimination.cpp 528 WeakVH NextInst(BBI);

Completed in 852 milliseconds

1 2