Home
last modified time | relevance | path

Searched defs:CurBB (Results 1 – 21 of 21) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp129 translateSubExpr(Value * V,BasicBlock * CurBB,BasicBlock * PredBB,const DominatorTree * DT) translateSubExpr() argument
298 translateValue(BasicBlock * CurBB,BasicBlock * PredBB,const DominatorTree * DT,bool MustDominate) translateValue() argument
326 translateWithInsertion(BasicBlock * CurBB,BasicBlock * PredBB,const DominatorTree & DT,SmallVectorImpl<Instruction * > & NewInsts) translateWithInsertion() argument
349 insertTranslatedSubExpr(Value * InVal,BasicBlock * CurBB,BasicBlock * PredBB,const DominatorTree & DT,SmallVectorImpl<Instruction * > & NewInsts) insertTranslatedSubExpr() argument
381 BasicBlock *CurBB = GEP->getParent(); insertTranslatedSubExpr() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp36 BasicBlock *CurBB = &*StateBB++; in Next() local
H A DEvaluator.cpp650 BasicBlock *CurBB = &F->front(); in EvaluateFunction() local
H A DInlineFunction.cpp2688 auto *CurBB = RI->getParent(); InlineFunction() local
2741 BasicBlock *CurBB = RI->getParent(); InlineFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h61 BasicBlock *CurBB; // The currently executing BB member
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp1882 getSingleLiveInSuccBB(MachineBasicBlock & CurBB,const SmallPtrSetImpl<MachineBasicBlock * > & SinkableBBs,unsigned Reg,const TargetRegisterInfo * TRI) getSingleLiveInSuccBB() argument
1909 getSingleLiveInSuccBB(MachineBasicBlock & CurBB,const SmallPtrSetImpl<MachineBasicBlock * > & SinkableBBs,ArrayRef<unsigned> DefedRegsInCopy,const TargetRegisterInfo * TRI) getSingleLiveInSuccBB() argument
1924 clearKillFlags(MachineInstr * MI,MachineBasicBlock & CurBB,SmallVectorImpl<unsigned> & UsedOpsInCopy,LiveRegUnits & UsedRegUnits,const TargetRegisterInfo * TRI) clearKillFlags() argument
1997 tryToSinkCopy(MachineBasicBlock & CurBB,MachineFunction & MF,const TargetRegisterInfo * TRI,const TargetInstrInfo * TII) tryToSinkCopy() argument
[all...]
H A DPrologEpilogInserter.cpp567 const MachineBasicBlock *CurBB = WorkList.pop_back_val(); updateLiveness() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp395 auto CurBB = Blocks.pop_back_val(); in runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp420 BasicBlock *CurBB = IPI->first->getParent(); in tryAndMerge() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h797 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) { in DoPHITranslation()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp572 llvm::BasicBlock *CurBB = Builder.GetInsertBlock(); EmitBlock() local
595 llvm::BasicBlock *CurBB = Builder.GetInsertBlock(); EmitBranch() local
758 llvm::BasicBlock *CurBB = Builder.GetInsertBlock(); EmitIndirectGotoStmt() local
H A DCGAtomic.cpp2008 auto *CurBB = CGF.Builder.GetInsertBlock(); EmitAtomicUpdateOp() local
2090 auto *CurBB = CGF.Builder.GetInsertBlock(); EmitAtomicUpdateOp() local
H A DCodeGenFunction.cpp279 llvm::BasicBlock *CurBB = Builder.GetInsertBlock(); EmitReturnBlock() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp1066 DoPHITranslation(const BasicBlock * CurBB,const BasicBlock * PredBB) const DoPHITranslation() argument
H A DCore.cpp2680 BasicBlock *CurBB = unwrap(Builder)->GetInsertBlock(); LLVMInsertExistingBasicBlockAfterInsertBlock() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp393 auto *CurBB = DFSI.getPath(i)->getBlock(); eliminateInstrViaWidening() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp385 MachineBasicBlock *CurBB, MachineBasicBlock *SwitchBB, in emitBranchForMergedCondition() argument
421 MachineBasicBlock *CurBB, MachineBasicBlock *SwitchBB, in findMergedConditions() argument
1343 MachineBasicBlock &CurBB = MIRBuilder.getMBB(); translateIndirectBr() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5629 BasicBlock *CurBB = Builder.GetInsertBlock(); emitBranch() local
5644 BasicBlock *CurBB = Builder.GetInsertBlock(); emitBlock() local
5935 BasicBlock *CurBB = Builder.GetInsertBlock(); emitAtomicUpdate() local
6088 BasicBlock *CurBB = Builder.GetInsertBlock(); createAtomicCompare() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1079 writeRegMask(const MachineOperand * MO,unsigned CurBB,unsigned InstID) writeRegMask() argument
3070 const MachineBasicBlock *CurBB = DFS.back().first; getBlocksForScope() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2391 EmitBranchForMergedCondition(const Value * Cond,MachineBasicBlock * TBB,MachineBasicBlock * FBB,MachineBasicBlock * CurBB,MachineBasicBlock * SwitchBB,BranchProbability TProb,BranchProbability FProb,bool InvertCond) EmitBranchForMergedCondition() argument
2438 FindMergedConditions(const Value * Cond,MachineBasicBlock * TBB,MachineBasicBlock * FBB,MachineBasicBlock * CurBB,MachineBasicBlock * SwitchBB,Instruction::BinaryOps Opc,BranchProbability TProb,BranchProbability FProb,bool InvertCond) FindMergedConditions() argument
4616 getUniformBase(const Value * Ptr,SDValue & Base,SDValue & Index,ISD::MemIndexType & IndexType,SDValue & Scale,SelectionDAGBuilder * SDB,const BasicBlock * CurBB,uint64_t ElemSize) getUniformBase() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4679 BasicBlock *CurBB = nullptr; parseFunctionBody() local
[all...]