Home
last modified time | relevance | path

Searched defs:IsCall (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp111 bool IsCall = !IsEmpty && isCallInstruction(*LastRealInstr); in runOnMachineFunction() local
H A DX86VZeroUpper.cpp207 bool IsCall = MI.isCall(); in processBasicBlock() local
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDisassembler.h227 virtual bool IsCall() { return false; } in IsCall() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp1149 bool IsCall() override { in IsCall() function in InstructionLLVMC
1377 bool DisassemblerLLVMC::MCDisasmInstance::IsCall(llvm::MCInst &mc_inst) const { in IsCall() function in DisassemblerLLVMC::MCDisasmInstance
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp166 bool IsCall = false; member in __anone52e4bfa0211::MemoryLocOrCall
353 bool IsCall = false; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp1267 bool IsCall = isCall(In); in buildStmt() local
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.cpp2077 bool IsCall = false) const { in prepareSymbol()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3951 bool Sema::SubstExprs(ArrayRef<Expr *> Exprs, bool IsCall, in SubstExprs()
H A DTreeTransform.h4077 bool IsCall, in TransformExprs()