Home
last modified time | relevance | path

Searched refs:ShortCircuitTarget (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.h657 : Cond(std::move(C)), ShortCircuitTarget(L) {} in Cond()
659 InstARM32Label *const ShortCircuitTarget; variable
662 assert(ShortCircuitTarget == nullptr); in assertNoLabelAndReturnCond()
DIceTargetLoweringARM32.cpp3620 InstARM32Label *const ShortCircuitLabel = CondAndLabel.ShortCircuitTarget; in lowerInt1ForBranch()
3643 InstARM32Label *const ShortCircuitLabel = CondAndLabel.ShortCircuitTarget; in lowerInt1ForBranch()
3669 assert(CondAndLabel.ShortCircuitTarget == nullptr); in lowerBr()