Home
last modified time | relevance | path

Searched refs:IsConditional (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1236 bool IsConditional; in EmitInstruction() local
1238 IsConditional = true; in EmitInstruction()
1243 IsConditional = false; in EmitInstruction()
1250 if (IsConditional) { in EmitInstruction()
1308 if (IsConditional) in EmitInstruction()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp1290 bool IsConditional; in emitInstruction() local
1292 IsConditional = true; in emitInstruction()
1297 IsConditional = false; in emitInstruction()
1304 if (IsConditional) { in emitInstruction()
1362 if (IsConditional) in emitInstruction()
/external/clang/lib/Analysis/
DCFG.cpp521 : IsConditional(false), KnownExecuted(true), Succ(nullptr), in TempDtorContext()
525 : IsConditional(true), KnownExecuted(KnownExecuted), Succ(nullptr), in TempDtorContext()
535 return IsConditional && !TerminatorExpr; in needsTempDtorBranch()
545 const bool IsConditional; member
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h561 unsigned IsConditional : 1;
565 bool isConditional() const { return IsConditional; }
727 (Header.IsConditional ? sizeof(ActiveFlag) : 0));
734 if (Header.IsConditional)
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp656 : IsConditional(true), KnownExecuted(KnownExecuted) {} in TempDtorContext()
665 return IsConditional && !TerminatorExpr; in needsTempDtorBranch()
675 const bool IsConditional = false; member