Home
last modified time | relevance | path

Searched refs:boo1 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/Transforms/LoopStrengthReduce/
D2011-07-19-CritEdgeBreakCrash.ll33 %boo1 = call i1 @foo()
34 br i1 %boo1, label %while.cond.i, label %body_failed
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/
D2011-07-19-CritEdgeBreakCrash.ll33 %boo1 = call i1 @foo()
34 br i1 %boo1, label %while.cond.i, label %body_failed
/external/clang/test/Sema/
Dpreserve-call-conv.c24 void __attribute__((preserve_all(1))) boo1(void *ptr) { // expected-error {{'preserve_all' attribut… in boo1() function