Searched defs:IsCall (Results 1 – 11 of 11) sorted by relevance
111 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction() local
207 bool IsCall = MI.isCall(); in processBasicBlock() local
229 virtual bool IsCall() { return false; } in IsCall() function
1149 bool IsCall() override { IsCall() function in InstructionLLVMC 1377 bool DisassemblerLLVMC::MCDisasmInstance::IsCall(llvm::MCInst &mc_inst) const { IsCall() function in DisassemblerLLVMC::MCDisasmInstance
161 bool IsCall = false; member in __anon72856b230211::MemoryLocOrCall349 bool IsCall = false; member
2001 bool IsCall = MI->getOpcode() == AArch64::BLRA; in emitPtrauthBranch() local
8637 auto IsCall = [](const MachineInstr &MI) { return MI.isCall(); }; in getOutliningCandidateInfo() local
1278 bool IsCall = isCall(In); in buildStmt() local
2073 bool IsCall = false) const { in prepareSymbol()
4292 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs()
4248 bool IsCall, in TransformExprs()