reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
335 Value *GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue,
400 Value *IfCond2 = GetIfCondition(BB, IfTrue2, IfFalse2); 410 Value *IfCond1 = GetIfCondition(SecondEntryBlock, IfTrue1, IfFalse1);lib/Transforms/Utils/SimplifyCFG.cpp
2307 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse);