HomeSort by: relevance | last modified time | path
    Searched defs:isCall (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrAnalysis.h 53 virtual bool isCall(const MCInst &Inst) const {
54 return Info->get(Inst.getOpcode()).isCall();
MCInstrDesc.h 279 bool isCall() const { return Flags & (1ULL << MCID::Call); }
449 /// 3. Calling, branching, returning: use isCall/isReturn/isBranch.
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp 73 bool isCall(const MCInst &MI, bool *IsIndirectCall) {
179 if (isCall(Inst, &IsIndirectCall)) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
PseudoProbe.h 139 bool isCall() const { return isIndirectCall() || isDirectCall(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LazyCallGraph.h 153 bool isCall() const;
235 while (I != E && (!*I || !I->isCall()))
1241 inline bool LazyCallGraph::Edge::isCall() const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RDFGraph.cpp 229 if (MI.isCall() || MI.isBranch()) {
610 if (In.isCall())
619 if (In.isCall() || In.isReturn() || In.isInlineAsm())
1248 auto isCall = [] (const MachineInstr &In) -> bool {
1249 if (In.isCall())
1278 bool IsCall = isCall(In);
1305 if (IsCall && Op.isDead())
1351 if (IsCall && Op.isDead()) {

Completed in 24 milliseconds