Searched defs:ExitBB (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h297 BasicBlock *EntryBB, *ExitBB; member in struct:llvm::OpenMPIRBuilder::OutlineInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp128 BasicBlock *ExitBB = BasicBlock::Create(Ctx, "exit", F); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h40 llvm::BasicBlock *ExitBB = nullptr; member in struct:clang::CodeGen::CGOpenMPRuntimeNVPTX::EntryFunctionState
H A DCGNonTrivialStruct.cpp387 llvm::BasicBlock *ExitBB = CGF.createBasicBlock("loop.exit"); local
H A DCGAtomic.cpp1804 auto *ExitBB = CGF.createBasicBlock("atomic_exit"); local
1833 auto *ExitBB = CGF.createBasicBlock("atomic_exit"); local
1890 auto *ExitBB = CGF.createBasicBlock("atomic_exit"); local
1915 auto *ExitBB local
[all...]
H A DCGStmtOpenMP.cpp3215 llvm::BasicBlock *ExitBB = CGF.createBasicBlock("omp.outer.log.scan.exit"); local
H A DItaniumCXXABI.cpp2822 llvm::BasicBlock *ExitBB = llvm::BasicBlock::Create(Context, "", Wrapper); local
H A DCGOpenMPRuntime.cpp2518 llvm::BasicBlock *ExitBB = CGF.createBasicBlock(".cancel.exit"); local
6184 llvm::BasicBlock *ExitBB = CGF.createBasicBlock(".cancel.exit"); local
9145 llvm::BasicBlock *ExitBB local
9170 emitUDMapperArrayInitOrDel( CodeGenFunction &MapperCGF, llvm::Value *Handle, llvm::Value *Base, llvm::Value *Begin, llvm::Value *Size, llvm::Value *MapType, CharUnits ElementSize, llvm::BasicBlock *ExitBB, bool IsInit) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp323 BasicBlock *ExitBB = InsertBefore->getParent(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp514 const BasicBlock *ExitBB = Call.getParent(); local
H A DAtomicExpandPass.cpp1039 BasicBlock *ExitBB = local
1189 BasicBlock *ExitBB = BB->splitBasicBlock(CI->getIterator(), "cmpxchg.end"); local
1405 BasicBlock *ExitBB = local
[all...]
H A DMachineBlockPlacement.cpp1931 FallThroughGains( const MachineBasicBlock *NewTop, const MachineBasicBlock *OldTop, const MachineBasicBlock *ExitBB, const BlockFilterSet &LoopBlockSet) argument
H A DModuloSchedule.cpp1255 MachineBasicBlock *PreheaderBB, *ExitBB; member in class:__anon3534::KernelRewriter
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp1142 BasicBlock *ExitBB = BI->getSuccessor(ExitIfTrue ? 0 : 1); local
H A DLoopUnrollPass.cpp657 BasicBlock *ExitingBB, *ExitBB; local
H A DLICM.cpp1469 BasicBlock *ExitBB = PN->getParent(); local
H A DLoopUnswitch.cpp873 BasicBlock *ExitBB = nullptr; local
835 isTrivialLoopExitBlockHelper(Loop *L, BasicBlock *BB, BasicBlock *&ExitBB, std::set<BasicBlock*> &Visited) argument
H A DSimpleLoopUnswitch.cpp221 static void rewritePHINodesForExitAndUnswitchedBlocks(BasicBlock &ExitBB, argument
161 areLoopExitPHIsLoopInvariant(Loop &L, BasicBlock &ExitingBB, BasicBlock &ExitBB) argument
337 getTopMostExitingLoop(BasicBlock *ExitBB, LoopInfo &LI) argument
741 BasicBlock *ExitBB = std::get<1>(ExitCase); local
1408 BasicBlock *ExitBB = OrderedClonedExitsInLoops.pop_back_val(); local
1804 BasicBlock *ExitBB = ExitsInLoops.pop_back_val(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp856 MachineBasicBlock *ExitBB = ExitBlocks.front(); local
H A DARMConstantIslandPass.cpp1897 MachineBasicBlock *ExitBB = &MBB->back() == Br.MI ? local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp845 BasicBlock *ExitBB = EntryBB->splitBasicBlock(SplitPos, "omp_region.end"); local
900 emitCommonDirectiveEntry( Directive OMPD, Value *EntryCall, BasicBlock *ExitBB, bool Conditional) argument
[all...]

Completed in 410 milliseconds