/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 983 BasicBlock *InsertBB = LinkedInstr->getParent(); in insertDbgAssign() local 1049 BasicBlock *InsertBB, Instruction *InsertBefore) { in initIRBuilder() 1068 const DILocation *DL, BasicBlock *InsertBB, Instruction *InsertBefore) { in insertDbgValueIntrinsic() 1084 BasicBlock *InsertBB, in insertDeclare() 1114 BasicBlock *InsertBB, in insertDbgVariableRecord() 1136 BasicBlock *InsertBB, in insertDbgIntrinsic() 1159 BasicBlock *InsertBB, in insertLabel()
|
H A D | Instruction.cpp | 330 BasicBlock *InsertBB; in getInsertionPointAfterDef() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 70 VPBuilder(VPBasicBlock *InsertBB) { setInsertPoint(InsertBB); } in VPBuilder()
|
H A D | SLPVectorizer.cpp | 11603 auto &&CheckPredecessor = [](BasicBlock *InstBB, BasicBlock *InsertBB) { in gather() argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.cpp | 1029 MachineBasicBlock *InsertBB = Emitter.getBlock(); in EmitSchedule() local 1071 MachineBasicBlock *InsertBB = Emitter.getBlock(); in EmitSchedule() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULateCodeGenPrepare.cpp | 241 BasicBlock *InsertBB) { in convertFromOptType()
|
H A D | SIInstrInfo.cpp | 6630 MachineBasicBlock *InsertBB = MI.getOperand(I + 1).getMBB(); in legalizeOperands() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 627 BasicBlock *InsertBB = IncomingBB; in run() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNSink.cpp | 864 BasicBlock *InsertBB = BBEnd; in sinkBB() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 290 auto *InsertBB = &IncomingBB->getParent()->getEntryBlock(); in foldIntegerTypedPHI() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 1142 MachineBasicBlock &InsertBB = *CurInst->getParent(); in salvageCopySSAImpl() local
|
H A D | ModuloSchedule.cpp | 1534 auto *InsertBB = &PreheaderBB->getParent()->front(); in undef() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyIndVar.cpp | 1193 BasicBlock *InsertBB = PHI->getIncomingBlock(i); in getInsertPointForUses() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 1029 [this](unsigned ValID, BasicBlock *InsertBB) { in BitcodeReader() 1518 BasicBlock *InsertBB) { in materializeValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1385 BasicBlock *InsertBB = Builder.GetInsertBlock(); in createParallel() local 5742 auto InsertBB = merged ? ExitPredBB : ExitBB; in EmitOMPInlinedRegion() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 656 MachineBasicBlock *InsertBB = UseMI.getParent(); in InsertInsnsWithoutSideEffectsBeforeUse() local
|