HomeSort by relevance Sort by last modified time
    Searched refs:ConstantFoldTerminator (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 42 /// ConstantFoldTerminator - If a terminator instruction is predicated on a
49 bool ConstantFoldTerminator(BasicBlock *BB, bool DeleteDeadConditions = false);
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 166 Changed |= ConstantFoldTerminator(BB, true);
CodeGenPrepare.cpp 157 MadeChange |= ConstantFoldTerminator(BB, true);
    [all...]
JumpThreading.cpp 711 ConstantFoldTerminator(BB, true);
    [all...]
SCCP.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 47 /// ConstantFoldTerminator - If a terminator instruction is predicated on a
54 bool llvm::ConstantFoldTerminator(BasicBlock *BB, bool DeleteDeadConditions) {
    [all...]
SimplifyCFG.cpp     [all...]

Completed in 107 milliseconds