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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 222 bool doesNotReturn() const {
223 CALLSITE_DELEGATE_GETTER(doesNotReturn());
225 void setDoesNotReturn(bool doesNotReturn = true) {
226 CALLSITE_DELEGATE_SETTER(setDoesNotReturn(doesNotReturn));
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 98 SCCMightReturn |= !F->doesNotReturn();
101 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn();
211 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PruneEH.cpp 93 SCCMightReturn |= !F->doesNotReturn();
96 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn();
210 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
PruneEH.cpp 94 SCCMightReturn |= !F->doesNotReturn();
97 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn();
207 if (CI->doesNotReturn() && !isa<UnreachableInst>(I)) {
  /external/llvm/include/llvm/CodeGen/
FastISel.h 66 bool DoesNotReturn : 1;
93 IsInReg(false), DoesNotReturn(false), IsReturnValueUsed(true),
105 DoesNotReturn = Call.doesNotReturn();
129 DoesNotReturn = Call.doesNotReturn();
  /external/llvm/include/llvm/IR/
CallSite.h 442 bool doesNotReturn() const {
443 CALLSITE_DELEGATE_GETTER(doesNotReturn());
Function.h 335 bool doesNotReturn() const {
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
FastISel.h 77 bool DoesNotReturn : 1;
103 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {}
112 DoesNotReturn = Call.doesNotReturn();
136 DoesNotReturn = Call.doesNotReturn();
TargetLowering.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 237 bool doesNotReturn() const {
240 void setDoesNotReturn(bool DoesNotReturn = true) {
241 if (DoesNotReturn) addFnAttr(Attribute::NoReturn);
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 126 if (CI->doesNotReturn()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
CallSite.h 497 bool doesNotReturn() const {
498 CALLSITE_DELEGATE_GETTER(doesNotReturn());
Function.h 495 bool doesNotReturn() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 423 bool doesNotReturn(const MachineInstr &CallMI) const;
HexagonHardwareLoops.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 358 bool doesNotReturn() const {
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 361 Assert(!F->doesNotReturn(),
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Lint.cpp 352 Assert1(!F->doesNotReturn(),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
Lint.cpp 400 Assert(!F->doesNotReturn(),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyLowerEmscriptenEHSjLj.cpp 400 if (CI->doesNotReturn()) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 925 milliseconds

1 2