Searched refs:HasReturn (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86PadShortFunction.cpp | 40 bool HasReturn; member 46 VisitedBBInfo() : HasReturn(false), Cycles(0) {} in VisitedBBInfo() 47 VisitedBBInfo(bool HasReturn, unsigned int Cycles) in VisitedBBInfo() 48 : HasReturn(HasReturn), Cycles(Cycles) {} in VisitedBBInfo() 196 return BBInfo.HasReturn; in cyclesUntilReturn()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCfgNode.h | 60 void setHasReturn() { HasReturn = true; } in setHasReturn() 61 bool getHasReturn() const { return HasReturn; } in getHasReturn() 142 bool HasReturn = false; /// does this block need an epilog? variable
|
D | WasmTranslator.cpp | 1144 const bool HasReturn = Module->signatures[SigIndex]->return_count() != 0; in CallIndirect() local 1146 HasReturn ? toIceType(Module->signatures[SigIndex]->GetReturn()) in CallIndirect() 1149 auto *Dest = HasReturn ? makeVariable(DestTy) : nullptr; in CallIndirect() 1153 HasReturn ? InstPhi::create(Func, IndirectTable.size(), Dest) : nullptr; in CallIndirect()
|
/third_party/typescript/src/services/refactors/ |
D | extractSymbol.ts | 225 HasReturn = 1 << 0, enumerator 609 rangeFacts |= RangeFacts.HasReturn; 915 …(node, exposedVariableDeclarations, writes, substitutions, !!(range.facts & RangeFacts.HasReturn)); 1011 …Debug.assert(!(range.facts & RangeFacts.HasReturn), "Expected RangeFacts.HasReturn flag to be unse… 1105 if (range.facts & RangeFacts.HasReturn) { 1120 if (range.facts & RangeFacts.HasReturn) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 215 bool HasReturn = false; member in __anon8e8cbf860111::CallAnalyzer 1556 bool Free = !HasReturn; in visitReturnInst() 1557 HasReturn = true; in visitReturnInst()
|