HomeSort by relevance Sort by last modified time
    Searched refs:mayReturn (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
Instruction.h 330 /// mayReturn - Return true if this is a function that may return.
334 bool mayReturn() const;
343 return mayWriteToMemory() || mayThrow() || !mayReturn();
  /external/llvm/lib/IR/
Instruction.cpp 447 bool Instruction::mayReturn() const {

Completed in 41 milliseconds