Searched defs:IsCall (Results 1 – 10 of 10) 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
1168 bool IsCall() override { in IsCall() function in InstructionLLVMC1416 bool DisassemblerLLVMC::MCDisasmInstance::IsCall(llvm::MCInst &mc_inst) const { in IsCall() function in DisassemblerLLVMC::MCDisasmInstance
160 bool IsCall = false; member in __anon672a7b590211::MemoryLocOrCall346 bool IsCall = false; member
1278 bool IsCall = isCall(In); in buildStmt() local
2075 bool IsCall = false) const { in prepareSymbol()
4148 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs()
4165 bool IsCall, in TransformExprs()
8570 auto IsCall = [](const MachineInstr &MI) { return MI.isCall(); }; in getOutliningCandidateInfo() local