HomeSort by relevance Sort by last modified time
    Searched full:convertif (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 169 /// convertIf - If-convert the last block passed to canConvertIf(), assuming
171 void convertIf(SmallVectorImpl<MachineBasicBlock*> &RemovedBlocks);
512 /// convertIf - Execute the if conversion after canConvertIf has determined the
517 void SSAIfConv::convertIf(SmallVectorImpl<MachineBasicBlock*> &RemovedBlocks) {
640 // convertIf can remove TBB, FBB, and Tail can be merged into Head.
777 IfConv.convertIf(RemovedBlocks);
  /external/skia/src/sksl/
SkSLIRGenerator.h 138 std::unique_ptr<Statement> convertIf(const ASTIfStatement& s);
SkSLIRGenerator.cpp 194 return this->convertIf((ASTIfStatement&) statement);
337 std::unique_ptr<Statement> IRGenerator::convertIf(const ASTIfStatement& s) {
    [all...]
  /external/skqp/src/sksl/
SkSLIRGenerator.h 138 std::unique_ptr<Statement> convertIf(const ASTIfStatement& s);
SkSLIRGenerator.cpp 198 return this->convertIf((ASTIfStatement&) statement);
338 std::unique_ptr<Statement> IRGenerator::convertIf(const ASTIfStatement& s) {
    [all...]

Completed in 151 milliseconds