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 312 /// mayReturn - Return true if this is a function that may return.
316 bool mayReturn() const;
325 return mayWriteToMemory() || mayThrow() || !mayReturn();
  /external/llvm/lib/IR/
Instruction.cpp 464 bool Instruction::mayReturn() const {

Completed in 42 milliseconds