Searched refs:getParent (Results 526 - 550 of 610) sorted by relevance

<<2122232425

/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1224 MBB->getParent()->DeleteMachineInstr(MI); // Remove the old instruction
1614 MBB.getParent()->getSubtarget().getRegisterInfo();
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4826 MachineFunction &MF = *MBB->getParent();
4858 MachineBasicBlock *MBB = MI->getParent();
4859 MachineFunction &MF = *MBB->getParent();
4989 MachineFunction &MF = *MBB->getParent();
5109 MachineFunction &MF = *MBB->getParent();
5221 MachineFunction &MF = *MBB->getParent();
5338 MachineFunction &MF = *MBB->getParent();
5370 MachineFunction &MF = *MBB->getParent();
5540 MachineFunction &MF = *MBB->getParent();
5602 MachineFunction &MF = *MBB->getParent();
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp185 if (!ChainPassesThrough(decl, base, &clang::Decl::getDeclContext, &clang::DeclContext::getParent) ||
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp227 argTypes.push_back(GetThisType(Context, MD->getParent()));
374 CanQualType ArgTys[] = { GetThisType(Context, MD->getParent()) };
387 const CXXRecordDecl *RD = CD->getParent();
2351 llvm::BasicBlock *StoreBB = store->getParent();
H A DCGRecordLayoutBuilder.cpp828 const RecordDecl *RD = it->first->getParent();
H A DCGVTables.cpp177 Address ThisPtr(&*AI, CGM.getClassPointerAlignment(MD->getParent()));
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp598 lookupInfoImpl(Triple(F.getParent()->getTargetTriple())));
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp786 IncorporateFunctionInfoGlobalBBIDs(BB->getParent(), GlobalBasicBlockIDs);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp326 if (Scope->getParent() && isa<DISubprogram>(DS)) {
H A DWinException.cpp161 const MachineFunction *MF = MBB->getParent();
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp596 MachineInstr *MI = MO.getParent();
H A DMachineScheduler.cpp734 unsigned BBNum = begin()->getParent()->getNumber();
1096 unsigned BBNum = begin()->getParent()->getNumber();
2469 const MachineFunction &MF = *Begin->getParent()->getParent();
H A DPrologEpilogInserter.cpp289 TFI->eliminateCallFramePseudoInstr(Fn, *I->getParent(), I);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp590 const auto &M = *MF.getFunction()->getParent();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp420 Sema::CXXThisScopeRAII ThisScope(Actions, Method->getParent(),
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp193 else if (!Ctor->getParent()->isPOD())
H A DSemaTemplateDeduction.cpp2591 ThisContext = Method->getParent();
2998 S.Context.getTypeDeclType(Method->getParent()).getTypePtr());
3689 CXXRecordDecl *LambdaClass = ConversionSpecialized->getParent();
4180 QualType ArgTy = Context.getTypeDeclType(Method->getParent());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp149 QualType Ty = Ctx.getPointerType(Ctx.getRecordType(MD->getParent()));
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1248 return F.getParent()->getDataLayout();
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DLowerBitSets.cpp472 BasicBlock *InitialBB = CI->getParent();
/freebsd-11.0-release/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp394 BlockInfo.emplace_back(BB->getParent()->getName(), BB->getName());
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h640 CFG *getParent() const { return Parent; } function in class:clang::CFGBlock::ElementList
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp371 if (U->getParent()->isPHI())
H A DRDFLiveness.cpp137 return NodeAddr<StmtNode*>(IA).Addr->getCode()->getParent();
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp178 MachineBasicBlock::const_instr_iterator E = MI->getParent()->instr_end();

Completed in 280 milliseconds

<<2122232425