reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/Utils/BasicBlockUtils.h
  335 Value *GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue,

References

lib/Transforms/Utils/FlattenCFG.cpp
  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);