HomeSort by relevance Sort by last modified time
    Searched defs:isCall (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/
MCInstrAnalysis.h 47 virtual bool isCall(const MCInst &Inst) const {
48 return Info->get(Inst.getOpcode()).isCall();
MCInstrDesc.h 210 bool isCall() const {
344 /// 3. Calling, branching, returning: use isCall/isReturn/isBranch.
  /external/llvm/include/llvm/Support/
CallSite.h 71 /// isCall - true if a CallInst is enclosed.
72 /// Note that !isCall() does not mean it is an InvokeInst enclosed,
74 bool isCall() const { return I.getInt(); }
158 return isCall() \
164 if (isCall()) \
267 if (isCall())
274 if (isCall()) // Skip Callee
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 227 bool isCall;

Completed in 181 milliseconds