HomeSort by: relevance | last modified time | path
    Searched refs:AllInBundle (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h 757 AllInBundle // Return true if all instructions in bundle have property
874 bool isPredicable(QueryType Type = AllInBundle) const {
1092 bool isRematerializable(QueryType Type = AllInBundle) const {
1104 bool isAsCheapAsAMove(QueryType Type = AllInBundle) const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp 583 if (Type == AllInBundle && !MII->isBundle())
588 return Type == AllInBundle;

Completed in 161 milliseconds