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

  /external/mesa3d/src/egl/generate/
genCommon.py 118 def hasReturn(self):
  /external/llvm/lib/Target/X86/
X86PadShortFunction.cpp 39 // HasReturn - Whether the BB contains a return instruction
40 bool HasReturn;
42 // Cycles - Number of cycles until return if HasReturn is true, otherwise
46 VisitedBBInfo() : HasReturn(false), Cycles(0) {}
47 VisitedBBInfo(bool HasReturn, unsigned int Cycles)
48 : HasReturn(HasReturn), Cycles(Cycles) {}
155 bool hasReturn = cyclesUntilReturn(MBB, Cycles);
159 if (hasReturn) {
185 return BBInfo.HasReturn;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86PadShortFunction.cpp 37 // HasReturn - Whether the BB contains a return instruction
38 bool HasReturn;
40 // Cycles - Number of cycles until return if HasReturn is true, otherwise
44 VisitedBBInfo() : HasReturn(false), Cycles(0) {}
45 VisitedBBInfo(bool HasReturn, unsigned int Cycles)
46 : HasReturn(HasReturn), Cycles(Cycles) {}
150 bool hasReturn = cyclesUntilReturn(MBB, Cycles);
154 if (hasReturn) {
180 return BBInfo.HasReturn;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 288 bool hasReturn(const MachineBasicBlock &MBB) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 346 static bool hasReturn(const MachineBasicBlock &MBB) {
    [all...]

Completed in 380 milliseconds