OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:doesNotReturn
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/IR/
CallSite.h
258
bool
doesNotReturn
() const {
259
CALLSITE_DELEGATE_GETTER(
doesNotReturn
());
Function.h
261
bool
doesNotReturn
() const {
Instructions.h
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp
420
bool
doesNotReturn
= CLI.
DoesNotReturn
;
613
int OpCode =
doesNotReturn
? HexagonISD::CALLv3nr : HexagonISD::CALLv3;
[
all
...]
Completed in 4359 milliseconds