Home
last modified time | relevance | path

Searched refs:PI2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DProgramTest.cpp242 ProcessInfo PI2 = ExecuteNoWait(Executable, argv, getEnviron(), {}, 0, &Error, in TEST_F() local
245 ASSERT_NE(PI2.Pid, ProcessInfo::InvalidPid) << "Invalid process id"; in TEST_F()
251 ProcessInfo WaitResult = llvm::sys::Wait(PI2, 0, false, &Error); in TEST_F()
253 if (WaitResult.Pid == PI2.Pid) in TEST_F()
415 ProcessInfo PI2 = ExecuteNoWait(Executable, argv, getEnviron(), {}, 0, &Error, in TEST_F() local
419 ASSERT_NE(PI2.Pid, ProcessInfo::InvalidPid) << "Invalid process id"; in TEST_F()
425 ProcessInfo WaitResult = llvm::sys::Wait(PI2, 5 /* seconds */, true, &Error); in TEST_F()
428 ASSERT_EQ(WaitResult.Pid, PI2.Pid); in TEST_F()
/llvm-project-15.0.7/flang/test/Semantics/
H A Dio07.f9029 2054 format(3PI2)
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp494 MachineBasicBlock::const_pred_iterator PI = MBB->pred_begin(), PI2 = PI; in isBlockOnlyReachableByFallthrough() local
495 ++PI2; in isBlockOnlyReachableByFallthrough()
497 if (PI2 != MBB->pred_end()) in isBlockOnlyReachableByFallthrough()