Home
last modified time | relevance | path

Searched defs:InsertBB (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/IR/
DDIBuilder.cpp1046 BasicBlock *InsertBB, Instruction *InsertBefore) { in initIRBuilder()
1066 const DILocation *DL, BasicBlock *InsertBB, Instruction *InsertBefore) { in insertDbgValueIntrinsic()
1075 const DILocation *DL, BasicBlock *InsertBB, Instruction *InsertBefore) { in insertDbgAddrIntrinsic()
1084 BasicBlock *InsertBB, in insertDeclare()
1109 BasicBlock *InsertBB, in insertDbgIntrinsic()
1132 BasicBlock *InsertBB, in insertLabel()
DInstruction.cpp133 BasicBlock *InsertBB; in getInsertionPointAfterDef() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp1018 MachineBasicBlock *InsertBB = Emitter.getBlock(); in EmitSchedule() local
1060 MachineBasicBlock *InsertBB = Emitter.getBlock(); in EmitSchedule() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp627 BasicBlock *InsertBB = IncomingBB; in run() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DGVNSink.cpp818 BasicBlock *InsertBB = BBEnd; in sinkBB() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp290 auto *InsertBB = &IncomingBB->getParent()->getEntryBlock(); in foldIntegerTypedPHI() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineFunction.cpp1116 MachineBasicBlock &InsertBB = *CurInst->getParent(); in salvageCopySSAImpl() local
DModuloSchedule.cpp1532 auto *InsertBB = &PreheaderBB->getParent()->front(); in undef() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp1132 BasicBlock *InsertBB = PHI->getIncomingBlock(i); in getInsertPointForUses() local
/openbsd/src/gnu/llvm/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp914 BasicBlock *InsertBB = Builder.GetInsertBlock(); in createParallel() local
3612 auto InsertBB = merged ? ExitPredBB : ExitBB; in EmitOMPInlinedRegion() local
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp974 [this](unsigned ValID, BasicBlock *InsertBB) { in BitcodeReader()
1419 BasicBlock *InsertBB) { in materializeValue()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp5905 MachineBasicBlock *InsertBB = MI.getOperand(I + 1).getMBB(); in legalizeOperands() local
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp462 MachineBasicBlock *InsertBB = UseMI.getParent(); in InsertInsnsWithoutSideEffectsBeforeUse() local
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp8652 auto &&CheckPredecessor = [](BasicBlock *InstBB, BasicBlock *InsertBB) { in gather()