Home | History | Annotate | Download | only in llvm

Lines Matching refs:createTBAANode

37       spec_ty = createTBAANode("Register", tbaa_root_);
40 spec_ty = createTBAANode("StackTemp", tbaa_root_);
43 spec_ty = createTBAANode("HeapArray", tbaa_root_);
46 spec_ty = createTBAANode("HeapInstance", tbaa_root_);
49 spec_ty = createTBAANode("HeapStatic", tbaa_root_);
52 spec_ty = createTBAANode("JRuntime", tbaa_root_);
55 spec_ty = createTBAANode("RuntimeInfo", GetTBAASpecialType(kTBAAJRuntime));
58 spec_ty = createTBAANode("ShadowFrame", GetTBAASpecialType(kTBAAJRuntime));
61 spec_ty = createTBAANode("ConstJObject", tbaa_root_, true);
111 spec_ty = createTBAANode(name, GetTBAASpecialType(sty_id));