Searched defs:IsCall (Results 1 – 12 of 12) sorted by relevance
111 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction() local
206 bool IsCall = MI.isCall(); in processBasicBlock() local
225 bool IsCall) { in computeMaxLatency()602 bool IsCall = MCIA->isCall(MCI); in createInstrDescImpl() local
229 virtual bool IsCall() { return false; } in IsCall() function
1175 bool IsCall() override { in IsCall() function in InstructionLLVMC1422 bool DisassemblerLLVMC::MCDisasmInstance::IsCall(llvm::MCInst &mc_inst) const { in IsCall() function in DisassemblerLLVMC::MCDisasmInstance
161 bool IsCall = false; member in __anon72856b230211::MemoryLocOrCall349 bool IsCall = false; member
1280 bool IsCall = isCall(In); in buildStmt() local
2179 bool IsCall = MI->getOpcode() == AArch64::BLRA; in emitPtrauthBranch() local
9420 auto IsCall = [](const MachineInstr &MI) { return MI.isCall(); }; in getOutliningCandidateInfo() local
2059 bool IsCall = false) const { in prepareSymbol()
4528 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs()
4451 bool IsCall, in TransformExprs()