Lines Matching refs:bc
2 ; RUN: opt -module-summary -module-hash %s -o %t1.bc
3 ; RUN: opt -module-summary -module-hash %p/Inputs/index-const-prop-cache-foo.ll -o %t2.bc
4 ; RUN: opt -module-summary -module-hash %p/Inputs/index-const-prop-cache-test1.ll -o %t3.bc
5 ; RUN: opt -module-summary -module-hash %p/Inputs/index-const-prop-cache-test2.ll -o %t4.bc
9 ; RUN: llvm-lto -thinlto-action=run %t1.bc %t4.bc %t2.bc \
14 ; RUN: llvm-lto -thinlto-action=run %t1.bc %t3.bc %t2.bc \
20 ; RUN: llvm-lto2 run %t1.bc %t4.bc %t2.bc -cache-dir=%t.cache -o %t5 \
21 ; RUN: -r=%t1.bc,main,plx -r=%t1.bc,foo,l \
22 ; RUN: -r=%t4.bc,test,plx -r=%t4.bc,foo,l -r=%t4.bc,bar,l \
23 ; RUN: -r=%t2.bc,foo,pl -r=%t2.bc,bar,pl -r=%t2.bc,rand,
26 ; RUN: llvm-lto2 run %t1.bc %t3.bc %t2.bc -cache-dir %t.cache -o %t6 \
27 ; RUN: -r=%t1.bc,main,plx -r=%t1.bc,foo,l \
28 ; RUN: -r=%t3.bc,test,plx -r=%t3.bc,foo,l \
29 ; RUN: -r=%t2.bc,foo,pl -r=%t2.bc,bar,pl -r=%t2.bc,rand,