Lines Matching refs:InstAlloca
910 void Cfg::sortAndCombineAllocas(CfgVector<InstAlloca *> &Allocas, in sortAndCombineAllocas()
916 std::sort(Allocas.begin(), Allocas.end(), [](InstAlloca *A1, InstAlloca *A2) { in sortAndCombineAllocas()
931 auto *Alloca = llvm::cast<InstAlloca>(Instr); in sortAndCombineAllocas()
967 auto *Alloca = llvm::cast<InstAlloca>(Allocas[i]); in sortAndCombineAllocas()
977 InstAlloca *CombinedAlloca = in sortAndCombineAllocas()
978 InstAlloca::create(this, BaseVariable, AllocaSize, CombinedAlignment); in sortAndCombineAllocas()
985 auto *Alloca = llvm::cast<InstAlloca>(Allocas[i]); in sortAndCombineAllocas()
1023 if (auto *Alloca = llvm::dyn_cast<InstAlloca>(&Instr)) { in processAllocas()
1048 if (llvm::isa<InstAlloca>(&Instr)) { in processAllocas()
1063 CfgVector<InstAlloca *> FixedAllocas; in processAllocas()
1066 CfgVector<InstAlloca *> AlignedAllocas; in processAllocas()
1072 if (auto *Alloca = llvm::dyn_cast<InstAlloca>(&Instr)) { in processAllocas()