Home
last modified time | relevance | path

Searched refs:IsConditional (Results 1 – 2 of 2) 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/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