Home
last modified time | relevance | path

Searched defs:Exit (Results 1 – 25 of 60) sorted by relevance

123

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h37 Exit, // The status represents the return code from normal enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerUnreachable.cpp138 InlineAsm *Exit = InlineAsm::get(ExitFTy, "exit;", "", true); in runOnFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp95 [[noreturn]] void Process::Exit(int RetCode, bool NoCleanup) { Exit() function in Process
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp23 BasicBlock *TileInfo::CreateLoop(BasicBlock *Preheader, BasicBlock *Exit, in CreateLoop() argument
H A DLoopRotationUtils.cpp246 BasicBlock *Exit = BI->getSuccessor(1); in canRotateDeoptimizingLatchExit() local
510 BasicBlock *Exit = BI->getSuccessor(0); rotateLoop() local
[all...]
/freebsd-src/contrib/bearssl/T0/
H A DCPU.cs78 internal void Exit() in Exit() method in CPU
/freebsd-src/libexec/rbootd/
H A Drbootd.c353 Exit(int sig) in Exit() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.h90 BorderConstraint Exit : 8; ///< Constraint on block exit. member
H A DMachineRegionInfo.cpp37 MachineRegion::MachineRegion(MachineBasicBlock *Entry, MachineBasicBlock *Exit, in MachineRegion() argument
H A DMachineLoopUtils.cpp34 MachineBasicBlock *Exit = *Loop->succ_begin(); in PeelSingleBlockLoop() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp120 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis() local
/freebsd-src/contrib/ntp/adjtimed/
H A Dadjtimed.c484 Exit(status) in Exit() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp319 MachineBasicBlock *Exit; member in __anoncc6d720e0211::LinearizedRegion
628 MachineBasicBlock *Exit = initializeMRT(MF, RegionInfo, RegionMap); buildMRT() local
797 MachineBasicBlock *Exit = Region->getSucc(); storeLiveOuts() local
1250 MachineBasicBlock *Exit = Region->getExit(); transformSimpleIfRegion() local
1271 auto Exit = LRegion->getExit(); fixRegionTerminator() local
1634 auto Exit = Region->getSucc(); rewriteRegionExitPHIs() local
1693 auto Exit = Region->getSucc(); createLinearizedExitBlock() local
2093 MachineBasicBlock *Exit = CurrentRegion->getExit(); createEntryPHI() local
2434 auto Exit = LRegion->getExit(); splitExit() local
2496 MachineBasicBlock *Exit = LRegion->getExit(); splitEntry() local
2529 MachineBasicBlock *Exit = Region->getSucc(); removeOldExitPreds() local
[all...]
H A DSIModeRegister.cpp91 Status Exit; member in BlockData
[all...]
/freebsd-src/crypto/heimdal/appl/telnet/telnet/
H A Dutilities.c853 Exit(int returnCode) in Exit() function
/freebsd-src/contrib/telnet/telnet/
H A Dutilities.c894 Exit(int returnCode) in Exit() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionInfo.cpp62 Region::Region(BasicBlock *Entry, BasicBlock *Exit, in Region()
H A DIVDescriptors.cpp93 static std::pair<Type *, bool> computeRecurrenceType(Instruction *Exit, in computeRecurrenceType() argument
139 collectCastInstrs(Loop * TheLoop,Instruction * Exit,Type * RecurrenceType,SmallPtrSetImpl<Instruction * > & Casts,unsigned & MinWidthCastToRecurTy) collectCastInstrs() argument
182 checkOrderedReduction(RecurKind Kind,Instruction * ExactFPMathInst,Instruction * Exit,PHINode * Phi) checkOrderedReduction() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h52 Exit = 2, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp436 BasicBlock *Exit = N->getNodeAs<Region>()->getExit(); in analyzeLoops() local
893 BasicBlock *Exit = ParentRegion->getExit(); in needPostfix() local
1009 BasicBlock *Exit = ParentRegion->getExit(); in createFlow() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h42 RegionBase<Tr>::RegionBase(BlockT *Entry, BlockT *Exit, in RegionBase()
806 BlockT *Exit = nullptr; in getMaxRegionExit() local
H A DIVDescriptors.h75 RecurrenceDescriptor(Value *Start, Instruction *Exit, StoreInst *Store, in RecurrenceDescriptor()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp241 BasicBlock *Exit = TheLoop->getUniqueExitBlock(); in isExternalDef() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp110 enum InstClassification { Convert, Skip, Exit }; enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp31 Exit, global() enumerator

123