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

1 2 3 4 5

  /external/llvm/tools/opt/
NewPMDriver.cpp 56 PassBuilder PB(TM);
61 if (!PB.parseAAPipeline(AA, AAPipeline)) {
75 PB.registerModuleAnalyses(MAM);
76 PB.registerCGSCCAnalyses(CGAM);
77 PB.registerFunctionAnalyses(FAM);
78 PB.registerLoopAnalyses(LAM);
79 PB.crossRegisterProxies(LAM, FAM, CGAM, MAM);
85 if (!PB.parsePassPipeline(MPM, PassPipeline, VK == VK_VerifyEachPass,
  /external/clang/test/CodeGenCXX/
debug-info-explicit-cast.cpp 33 Bar *PB = new Bar;
37 return reinterpret_cast<Foo *>(PB)->A + reinterpret_cast<Quux *>(0)->E;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 117 static inline bool classof(const PredicateBase *PB) {
118 return PB->Type == PT_Assume || PB->Type == PT_Branch || PB->Type == PT_Switch;
136 static inline bool classof(const PredicateBase *PB) {
137 return PB->Type == PT_Assume;
149 static inline bool classof(const PredicateBase *PB) {
150 return PB->Type == PT_Branch || PB->Type == PT_Switch;
169 static inline bool classof(const PredicateBase *PB) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 117 static inline bool classof(const PredicateBase *PB) {
118 return PB->Type == PT_Assume || PB->Type == PT_Branch || PB->Type == PT_Switch;
136 static inline bool classof(const PredicateBase *PB) {
137 return PB->Type == PT_Assume;
149 static inline bool classof(const PredicateBase *PB) {
150 return PB->Type == PT_Branch || PB->Type == PT_Switch;
169 static inline bool classof(const PredicateBase *PB) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 117 static inline bool classof(const PredicateBase *PB) {
118 return PB->Type == PT_Assume || PB->Type == PT_Branch || PB->Type == PT_Switch;
136 static inline bool classof(const PredicateBase *PB) {
137 return PB->Type == PT_Assume;
149 static inline bool classof(const PredicateBase *PB) {
150 return PB->Type == PT_Branch || PB->Type == PT_Switch;
169 static inline bool classof(const PredicateBase *PB) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 117 static inline bool classof(const PredicateBase *PB) {
118 return PB->Type == PT_Assume || PB->Type == PT_Branch || PB->Type == PT_Switch;
136 static inline bool classof(const PredicateBase *PB) {
137 return PB->Type == PT_Assume;
149 static inline bool classof(const PredicateBase *PB) {
150 return PB->Type == PT_Branch || PB->Type == PT_Switch;
169 static inline bool classof(const PredicateBase *PB) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 117 static inline bool classof(const PredicateBase *PB) {
118 return PB->Type == PT_Assume || PB->Type == PT_Branch || PB->Type == PT_Switch;
136 static inline bool classof(const PredicateBase *PB) {
137 return PB->Type == PT_Assume;
149 static inline bool classof(const PredicateBase *PB) {
150 return PB->Type == PT_Branch || PB->Type == PT_Switch;
169 static inline bool classof(const PredicateBase *PB) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 117 static inline bool classof(const PredicateBase *PB) {
118 return PB->Type == PT_Assume || PB->Type == PT_Branch || PB->Type == PT_Switch;
136 static inline bool classof(const PredicateBase *PB) {
137 return PB->Type == PT_Assume;
149 static inline bool classof(const PredicateBase *PB) {
150 return PB->Type == PT_Branch || PB->Type == PT_Switch;
169 static inline bool classof(const PredicateBase *PB) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 117 static inline bool classof(const PredicateBase *PB) {
118 return PB->Type == PT_Assume || PB->Type == PT_Branch || PB->Type == PT_Switch;
136 static inline bool classof(const PredicateBase *PB) {
137 return PB->Type == PT_Assume;
149 static inline bool classof(const PredicateBase *PB) {
150 return PB->Type == PT_Branch || PB->Type == PT_Switch;
169 static inline bool classof(const PredicateBase *PB) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 117 static inline bool classof(const PredicateBase *PB) {
118 return PB->Type == PT_Assume || PB->Type == PT_Branch || PB->Type == PT_Switch;
136 static inline bool classof(const PredicateBase *PB) {
137 return PB->Type == PT_Assume;
149 static inline bool classof(const PredicateBase *PB) {
150 return PB->Type == PT_Branch || PB->Type == PT_Switch;
169 static inline bool classof(const PredicateBase *PB) {
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/bug392.dir/
one.go 41 type PB struct { x int }
43 func (t *PB) Reset() { *t = PB{} }
pkg2.go 23 var V = []one.PB{{}, {}}
25 func F() *one.PB
  /prebuilts/go/linux-x86/test/fixedbugs/bug392.dir/
one.go 41 type PB struct { x int }
43 func (t *PB) Reset() { *t = PB{} }
pkg2.go 23 var V = []one.PB{{}, {}}
25 func F() *one.PB
  /prebuilts/go/darwin-x86/doc/progs/
eff_bytesize.go 17 PB
31 case b >= PB:
32 return fmt.Sprintf("%.2fPB", b/PB)
  /prebuilts/go/linux-x86/doc/progs/
eff_bytesize.go 17 PB
31 case b >= PB:
32 return fmt.Sprintf("%.2fPB", b/PB)
  /prebuilts/go/darwin-x86/src/sync/
runtime_sema_test.go 18 b.RunParallel(func(pb *testing.PB) {
20 for pb.Next() {
44 b.RunParallel(func(pb *testing.PB) {
46 for pb.Next() {
  /prebuilts/go/linux-x86/src/sync/
runtime_sema_test.go 18 b.RunParallel(func(pb *testing.PB) {
20 for pb.Next() {
44 b.RunParallel(func(pb *testing.PB) {
46 for pb.Next() {
  /prebuilts/go/darwin-x86/src/testing/
benchmark_test.go 71 b.RunParallel(func(pb *testing.PB) {
73 for pb.Next() {
88 b.RunParallel(func(pb *testing.PB) {
103 b.RunParallel(func(pb *testing.PB) {
106 for pb.Next() {
  /prebuilts/go/linux-x86/src/testing/
benchmark_test.go 71 b.RunParallel(func(pb *testing.PB) {
73 for pb.Next() {
88 b.RunParallel(func(pb *testing.PB) {
103 b.RunParallel(func(pb *testing.PB) {
106 for pb.Next() {
  /external/clang/test/Layout/
ms-x86-pack-and-align.cpp 639 typedef __declspec(align(8)) PA PB;
644 PB x;
663 typedef PB PD;
  /prebuilts/go/darwin-x86/src/runtime/
norace_test.go 34 b.RunParallel(func(pb *testing.PB) {
36 for pb.Next() {
  /prebuilts/go/linux-x86/src/runtime/
norace_test.go 34 b.RunParallel(func(pb *testing.PB) {
36 for pb.Next() {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message.h 681 // FieldOptions::* which are defined in descriptor.pb.h. Including that
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
message.h 681 // FieldOptions::* which are defined in descriptor.pb.h. Including that
    [all...]

Completed in 778 milliseconds

1 2 3 4 5