Searched defs:Unreachable (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp267 // If Unreachable, ThenBlock is terminated with UnreachableInst, otherwise
269 static TerminatorInst *splitBlockAndInsertIfThen(Value *Cmp, bool Unreachable) { argument
277 if (Unreachable)
/external/v8/tools/gcmole/
H A Dgcmole.cc324 static Environment Unreachable() { function in class:__anon12944::Environment
935 out_(Environment::Unreachable()),
1006 return Environment::Unreachable();
1011 return Environment::Unreachable();
1077 return Environment::Unreachable();
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml147 | Unreachable Constructor in type:Opcode/t

Completed in 233 milliseconds