Home
last modified time | relevance | path

Searched refs:DefD (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp228 static bool hasBodyOrInit(const FunctionDecl *D, const FunctionDecl *&DefD) { in hasBodyOrInit() argument
229 return D->hasBody(DefD); in hasBodyOrInit()
231 static bool hasBodyOrInit(const VarDecl *D, const VarDecl *&DefD) { in hasBodyOrInit() argument
232 return D->getAnyInitializer(DefD); in hasBodyOrInit()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2281 MachineInstr *DefD = MRI.getVRegDef(BaseOpD->getReg()); in isLoopCarriedDep() local
2282 if (!DefS || !DefD || !DefS->isPHI() || !DefD->isPHI()) in isLoopCarriedDep()
2290 getPhiRegs(*DefD, BB, InitValD, LoopValD); in isLoopCarriedDep()