Searched defs:CurBB (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEscapeEnumerator.cpp35 BasicBlock *CurBB = &*StateBB++; local
H A DEvaluator.cpp693 BasicBlock *CurBB = &F->front(); local
H A DInlineFunction.cpp2166 auto *CurBB = RI->getParent(); local
2215 BasicBlock *CurBB = RI->getParent(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h62 BasicBlock *CurBB; // The currently executing BB member in struct:llvm::ExecutionContext
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp143 Value *PHITransAddr::PHITranslateSubExpr(Value *V, BasicBlock *CurBB, argument
312 bool PHITransAddr::PHITranslateValue(BasicBlock *CurBB, BasicBloc argument
341 PHITranslateWithInsertion(BasicBlock *CurBB, BasicBlock *PredBB, const DominatorTree &DT, SmallVectorImpl<Instruction*> &NewInsts) argument
365 InsertPHITranslatedSubExpr(Value *InVal, BasicBlock *CurBB, BasicBlock *PredBB, const DominatorTree &DT, SmallVectorImpl<Instruction*> &NewInsts) argument
398 BasicBlock *CurBB = GEP->getParent(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp406 BasicBlock *CurBB = IPI->first->getParent(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp335 auto CurBB = Blocks.pop_back_val(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp343 auto *CurBB = DFSI.getPath(i)->getBlock(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp1143 getSingleLiveInSuccBB(MachineBasicBlock &CurBB, argument
1170 getSingleLiveInSuccBB(MachineBasicBlock &CurBB, argument
1185 static void clearKillFlags(MachineInstr *MI, MachineBasicBlock &CurBB, argument
1267 bool PostRAMachineSinking::tryToSinkCopy(MachineBasicBlock &CurBB, argument
[all...]
H A DPrologEpilogInserter.cpp492 const MachineBasicBlock *CurBB = WorkList.pop_back_val(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp736 const Value *Value::DoPHITranslation(const BasicBlock *CurBB, argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h645 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1833 auto *CurBB = CGF.Builder.GetInsertBlock(); local
1915 auto *CurBB = CGF.Builder.GetInsertBlock(); local
H A DCGStmt.cpp474 llvm::BasicBlock *CurBB = Builder.GetInsertBlock(); local
497 llvm::BasicBlock *CurBB = Builder.GetInsertBlock(); local
627 llvm::BasicBlock *CurBB = Builder.GetInsertBlock(); local
H A DCodeGenFunction.cpp294 llvm::BasicBlock *CurBB = Builder.GetInsertBlock(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp398 MachineBasicBlock &CurBB = MIRBuilder.getMBB(); local
845 MachineBasicBlock &CurBB = MIRBuilder.getMBB(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3717 BasicBlock *CurBB = nullptr; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2053 EmitBranchForMergedCondition(const Value *Cond, MachineBasicBlock *TBB, MachineBasicBlock *FBB, MachineBasicBlock *CurBB, MachineBasicBlock *SwitchBB, BranchProbability TProb, BranchProbability FProb, bool InvertCond) argument
2100 FindMergedConditions(const Value *Cond, MachineBasicBlock *TBB, MachineBasicBlock *FBB, MachineBasicBlock *CurBB, MachineBasicBlock *SwitchBB, Instruction::BinaryOps Opc, BranchProbability TProb, BranchProbability FProb, bool InvertCond) argument
[all...]

Completed in 396 milliseconds