Home
last modified time | relevance | path

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

123

/llvm-project/llvm/unittests/Support/
H A DSignalsTest.cpp36 auto Exit = in TEST() local
56 auto Exit = make_scope_exit([]() { unsetenv("LLVM_DISABLE_SYMBOLIZATION"); }); in TEST() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVMergeRegionExitTargets.cpp177 for (auto Exit : SortedExits) { runOnConvergenceRegionNoRecurse() local
198 for (auto Exit : CR->Exits) runOnConvergenceRegionNoRecurse() local
224 for (auto *Exit : CR->Exits) { validateRegionExits() local
[all...]
/llvm-project/lldb/include/lldb/Host/
H A DHost.h37 Exit, // The status represents the return code from normal global() enumerator
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerUnreachable.cpp138 InlineAsm *Exit = InlineAsm::get(ExitFTy, "exit;", "", true); runOnFunction() local
/llvm-project/flang/runtime/
H A Dstop.cpp140 RTNAME(Exit) RTNAME() argument
/llvm-project/llvm/unittests/IR/
H A DBasicBlockDbgInfoTest.cpp1181 BasicBlock &Exit = *Entry.getNextNode(); in TEST() local
1383 BasicBlock &Exit = *Entry.getNextNode(); in TEST() local
1448 BasicBlock &Exit = *Entry.getNextNode(); in TEST() local
1513 BasicBlock &Exit = *Entry.getNextNode(); TEST() local
[all...]
H A DValueTest.cpp310 // Exit. in TEST() local
376 // Exit. in TEST() local
H A DVerifierTest.cpp31 BasicBlock *Exit = BasicBlock::Create(C, "exit", F); TEST() local
324 BasicBlock *Exit = BasicBlock::Create(C, "exit", F); TEST() local
/llvm-project/llvm/lib/Support/
H A DProcess.cpp111 [[noreturn]] void Process::Exit(int RetCode, bool NoCleanup) { Exit() function in Process
/llvm-project/llvm/lib/Transforms/Utils/
H A DMatrixUtils.cpp23 BasicBlock *TileInfo::CreateLoop(BasicBlock *Preheader, BasicBlock *Exit, in CreateLoop()
H A DLoopRotationUtils.cpp246 BasicBlock *Exit = BI->getSuccessor(1); in canRotateDeoptimizingLatchExit() local
520 BasicBlock *Exit = BI->getSuccessor(0); in rotateLoop() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.h
H A DMachineRegionInfo.cpp37 MachineRegion::MachineRegion(MachineBasicBlock *Entry, MachineBasicBlock *Exit, in MachineRegion()
H A DMachineLoopUtils.cpp34 MachineBasicBlock *Exit = *Loop->succ_begin(); in PeelSingleBlockLoop() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp120 const CFGBlock *Exit = BE.getDst(); in checkEndAnalysis() local
/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp173 for (const auto &Exit : Exits) { dump() local
287 for (auto *Exit : LoopExits) { analyze() local
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DSnippetRepetitor.cpp74 auto Exit = Filler.addBasicBlock(); in Repeat() local
/llvm-project/lldb/unittests/Host/
H A DAlarmTest.cpp64 TEST(AlarmTest,Exit) TEST() argument
/llvm-project/llvm/lib/Analysis/
H A DRegionInfo.cpp62 Region(BasicBlock * Entry,BasicBlock * Exit,RegionInfo * RI,DominatorTree * DT,Region * Parent) Region() argument
H A DIVDescriptors.cpp93 /// instruction is given by 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...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp
/llvm-project/llvm/unittests/Transforms/Utils/
H A DCodeExtractorTest.cpp69 BasicBlock *Exit = getBlockByName(Func, "notExtracted"); TEST() local
127 BasicBlock *Exit = getBlockByName(Func, "notExtracted"); TEST() local
H A DScalarEvolutionExpanderTest.cpp306 BasicBlock *Exit = BasicBlock::Create(Context, "exit", F); TEST_F() local
358 BasicBlock *Exit = BasicBlock::Create(Context, "exit", F); TEST_F() local
407 BasicBlock *Exit = BasicBlock::Create(Context, "exit", F); TEST_F() local
458 BasicBlock *Exit = BasicBlock::Create(Context, "exit", F); TEST_F() local
[all...]
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h52 Exit = 2, enumerator
/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp436 BasicBlock *Exit = N->getNodeAs<Region>()->getExit(); analyzeLoops() local
893 BasicBlock *Exit = ParentRegion->getExit(); needPostfix() local
1009 BasicBlock *Exit = ParentRegion->getExit(); createFlow() local
[all...]

123