Searched refs:Broken (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp84 handleLoopCondition(Value *Cond, PHINode *Broken, llvm::Loop *L,
236 Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *Term) {
238 auto CreateBreak = [this, Cond, Broken](Instruction *I) -> CallInst * {
239 return IRBuilder<>(I).CreateCall(IfBreak, {Cond, Broken});
281 PHINode *Broken = PHINode::Create(IntMask, 0, "phi.broken"); local
282 Broken->insertBefore(Target->begin());
286 Value *Arg = handleLoopCondition(Cond, Broken, L, Term);
293 // of the loop at BB, it should not reset or change "Broken", which keeps
296 PHIValue = Broken;
297 Broken
235 handleLoopCondition( Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *Term) argument
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dsched.sh57 { echo Broken; top -U nobody -d 1 | grep nobody; }
/freebsd-current/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp223 /// return the merged module. The Broken argument will be set to true if the
230 bool &Broken) {
241 Broken = *Diff;
282 Expected<bool> Broken = local
287 return Broken;
720 bool Broken; local
721 auto Result = testMergedProgram(BD, *Optimized, *Safe, Broken);
725 outs() << (Broken ? " nope.\n" : " yup.\n");
729 return Broken;
227 testMergedProgram(const BugDriver &BD, const Module &M1, const Module &M2, bool &Broken) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp525 unsigned Broken = 0; local
684 ++Broken;
691 return Broken;
H A DPostRASchedulerList.cpp391 unsigned Broken = local
395 if (Broken != 0) {
405 NumFixedAnti += Broken;
H A DAggressiveAntiDepBreaker.cpp784 unsigned Broken = 0;
950 ++Broken;
959 return Broken;
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_option.sh215 atf_check -s not-exit:0 -o match:I_am -o not-match:Broken -e empty \
220 atf_check -s not-exit:0 -o match:I_am -o not-match:Broken -e empty \
/freebsd-current/share/mk/
H A Dsrc.opts.mk49 # hard-wired to 'no'. "Broken" here means not working or
363 # Broken on 32-bit arm, kernel module compile errors
H A Dsrc.libnames.mk511 # it needs to add more dependencies. Broken usually means that it has a
/freebsd-current/sys/conf/
H A Dkern.opts.mk72 # Broken on 32-bit arm, kernel module compile errors
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp146 bool Broken = false; member in struct:llvm::VerifierSupport
147 /// Broken debug info can be "recovered" from by stripping the debug info.
263 Broken = true;
281 Broken |= TreatBrokenDebugInfoAsError;
417 Broken = false;
433 return !Broken;
438 Broken = false;
471 return !Broken;
6442 return; // Broken scope chains are checked elsewhere.
6730 bool Broken local
[all...]

Completed in 210 milliseconds