Searched refs:PrologueBB (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp443 BasicBlock *PrologueBB = nullptr; local
448 if (!PrologueBB) {
449 PrologueBB = AI->getParent();
452 PrologueBB = DT->findNearestCommonDominator(PrologueBB, AI->getParent());
454 assert(PrologueBB);
456 IRBuilder<> IRB(&PrologueBB->front());

Completed in 131 milliseconds